| /src/crypto/openssl/ssl/record/methods/ |
| H A D | tls13_meth.c | 259 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_validate_record_header() 287 || rec->type != SSL3_RT_APPLICATION_DATA) { in tls13_post_process_record() 325 return SSL3_RT_APPLICATION_DATA; in tls13_get_record_type() 380 else if (thistempl->type == SSL3_RT_APPLICATION_DATA in tls13_add_record_padding()
|
| H A D | tls1_meth.c | 603 && templates[0].type == SSL3_RT_APPLICATION_DATA; in tls1_allocate_write_buffers() 633 && templates[0].type == SSL3_RT_APPLICATION_DATA; in tls1_initialise_write_packets() 643 prefixtempl->type = SSL3_RT_APPLICATION_DATA; in tls1_initialise_write_packets()
|
| H A D | tls_multib.c | 24 if (type == SSL3_RT_APPLICATION_DATA in tls_is_multiblock_capable()
|
| H A D | tls_common.c | 485 if (*p != SSL3_RT_APPLICATION_DATA) in tls_record_app_data_waiting() 729 && thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records() 968 if (thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records() 1089 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_common_post_process_record() 1515 if (rl->rrec[i].type != SSL3_RT_APPLICATION_DATA) in tls_app_data_pending()
|
| H A D | ktls_meth.c | 525 if (type != SSL3_RT_APPLICATION_DATA) { in ktls_prepare_write_bio()
|
| /src/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 210 …if ((type && (type != SSL3_RT_APPLICATION_DATA) && (type != SSL3_RT_HANDSHAKE)) || (peek && (type … in dtls1_read_bytes() 322 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) in dtls1_read_bytes() 588 case SSL3_RT_APPLICATION_DATA: in dtls1_read_bytes()
|
| H A D | rec_layer_s3.c | 196 if (sc->rlayer.tlsrecs[i].type != SSL3_RT_APPLICATION_DATA) in ssl3_pending() 479 || (type == SSL3_RT_APPLICATION_DATA in ssl3_write_bytes() 636 && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes() 638 || (peek && (type != SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes() 763 if (SSL_in_init(ssl) && type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes() 815 } while (type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes() 1089 case SSL3_RT_APPLICATION_DATA: in ssl3_read_bytes()
|
| /src/crypto/openssl/test/ |
| H A D | recordlentest.c | 163 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
|
| H A D | tls13encryptiontest.c | 297 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
|
| H A D | sslbuffertest.c | 288 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA)) in test_free_buffers()
|
| H A D | tls13ccstest.c | 198 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
|
| H A D | bad_dtls_test.c | 772 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
|
| H A D | sslapitest.c | 11951 SSL3_RT_APPLICATION_DATA, in test_rstate_string()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl3.h | 222 #define SSL3_RT_APPLICATION_DATA 23 macro
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 69 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol 128 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
|
| H A D | SSL_CTX_set_record_padding_callback.pod | 59 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_tls.c | 269 : SSL3_RT_APPLICATION_DATA; in quic_write_records() 400 : SSL3_RT_APPLICATION_DATA; in quic_read_record()
|
| /src/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 5044 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write() 5061 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal() 5072 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
|
| H A D | t1_trce.c | 80 { SSL3_RT_APPLICATION_DATA, "ApplicationData" },
|
| /src/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 693 case SSL3_RT_APPLICATION_DATA: in msg_cb()
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 17425 SSL3_RT_APPLICATION_DATA, return 0.
|