Searched refs:SSL3_RT_APPLICATION_DATA (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/crypto/openssl/ssl/record/ |
| H A D | rec_layer_s3.c | 142 != SSL3_RT_APPLICATION_DATA) in ssl3_pending() 448 if (type == SSL3_RT_APPLICATION_DATA in ssl3_write_bytes() 658 (type == SSL3_RT_APPLICATION_DATA && in ssl3_write_bytes() 753 if (s->s3.need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { in do_ssl3_write() 885 rectype = SSL3_RT_APPLICATION_DATA; in do_ssl3_write() 1210 if (BIO_get_ktls_send(s->wbio) && type != SSL3_RT_APPLICATION_DATA) { in ssl3_write_pending() 1306 if ((type && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes() 1309 SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes() 1442 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && in ssl3_read_bytes() 1499 } while (type == SSL3_RT_APPLICATION_DATA && curr_rec < num_recs in ssl3_read_bytes() [all …]
|
| H A D | rec_layer_d1.c | 359 if ((type && (type != SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes() 361 (peek && (type != SSL3_RT_APPLICATION_DATA))) { in dtls1_read_bytes() 489 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes() 753 case SSL3_RT_APPLICATION_DATA: in dtls1_read_bytes()
|
| H A D | ssl3_record.c | 93 if (*p != SSL3_RT_APPLICATION_DATA) in ssl3_record_app_data_waiting() 372 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record() 497 && thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record() 710 || thisrr->type != SSL3_RT_APPLICATION_DATA) { in ssl3_get_record() 723 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record() 794 if (thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 63 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol 115 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
|
| H A D | SSL_CTX_set_record_padding_callback.pod | 51 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ssl3.h | 222 # define SSL3_RT_APPLICATION_DATA 23 macro
|
| /freebsd-14.2/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 | sslbuffertest.c | 269 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA)) in test_free_buffers()
|
| H A D | tls13encryptiontest.c | 319 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
|
| H A D | tls13ccstest.c | 196 } else if(rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
|
| H A D | bad_dtls_test.c | 566 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | t1_trce.c | 77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
|
| H A D | s3_lib.c | 4453 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write() 4467 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal() 4479 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 630 case SSL3_RT_APPLICATION_DATA: in msg_cb()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 15771 SSL3_RT_APPLICATION_DATA, return 0.
|