Home
last modified time | relevance | path

Searched refs:SSL3_RT_APPLICATION_DATA (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/record/
H A Drec_layer_s3.c142 != 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 Drec_layer_d1.c359 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 Dssl3_record.c93 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 DSSL_CTX_set_msg_callback.pod63 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 DSSL_CTX_set_record_padding_callback.pod51 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl3.h222 # define SSL3_RT_APPLICATION_DATA 23 macro
/freebsd-14.2/crypto/openssl/test/
H A Drecordlentest.c163 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
H A Dsslbuffertest.c269 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA)) in test_free_buffers()
H A Dtls13encryptiontest.c319 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
H A Dtls13ccstest.c196 } else if(rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
H A Dbad_dtls_test.c566 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 Dt1_trce.c77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
H A Ds3_lib.c4453 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 Ds_cb.c630 case SSL3_RT_APPLICATION_DATA: in msg_cb()
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md15771 SSL3_RT_APPLICATION_DATA, return 0.