Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/record/
H A Drec_layer_s3.c120 != SSL3_RT_APPLICATION_DATA) in ssl3_pending()
211 if (pkt[0] == SSL3_RT_APPLICATION_DATA in ssl3_read_n()
425 if (type == SSL3_RT_APPLICATION_DATA && in ssl3_write_bytes()
635 (type == SSL3_RT_APPLICATION_DATA && in ssl3_write_bytes()
731 if (s->s3->need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { in do_ssl3_write()
864 rectype = SSL3_RT_APPLICATION_DATA; in do_ssl3_write()
1296 if ((type && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes()
1299 SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes()
1434 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && in ssl3_read_bytes()
1491 } while (type == SSL3_RT_APPLICATION_DATA && curr_rec < num_recs in ssl3_read_bytes()
[all …]
H A Drec_layer_d1.c358 if ((type && (type != SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes()
360 (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()
759 case SSL3_RT_APPLICATION_DATA: in dtls1_read_bytes()
H A Dssl3_record.c92 if (*p != SSL3_RT_APPLICATION_DATA) in ssl3_record_app_data_waiting()
369 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record()
484 && thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record()
740 || thisrr->type != SSL3_RT_APPLICATION_DATA) { in ssl3_get_record()
753 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record()
818 if (thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record()
/freebsd-13.1/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-13.1/crypto/openssl/include/openssl/
H A Dssl3.h216 # define SSL3_RT_APPLICATION_DATA 23 macro
/freebsd-13.1/crypto/openssl/ssl/
H A Ds3_lib.c4451 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write()
4465 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4477 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
H A Dt1_trce.c77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
/freebsd-13.1/crypto/openssl/
H A DCHANGES10159 SSL3_RT_APPLICATION_DATA, return 0.