Home
last modified time | relevance | path

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

/openssl-master/ssl/record/
A Drec_layer_s3.c120 != SSL3_RT_APPLICATION_DATA) in ssl3_pending()
211 if (pkt[0] == SSL3_RT_APPLICATION_DATA in ssl3_read_n()
434 if (type == SSL3_RT_APPLICATION_DATA in ssl3_write_bytes()
645 (type == SSL3_RT_APPLICATION_DATA && in ssl3_write_bytes()
740 if (s->s3.need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { in do_ssl3_write()
868 rectype = SSL3_RT_APPLICATION_DATA; in do_ssl3_write()
1285 if ((type && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes()
1288 SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes()
1421 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && in ssl3_read_bytes()
1478 } while (type == SSL3_RT_APPLICATION_DATA && curr_rec < num_recs in ssl3_read_bytes()
[all …]
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()
A Dssl3_record.c93 if (*p != SSL3_RT_APPLICATION_DATA) in ssl3_record_app_data_waiting()
365 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record()
480 && thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record()
679 || thisrr->type != SSL3_RT_APPLICATION_DATA) { in ssl3_get_record()
691 if (thisrr->type != SSL3_RT_APPLICATION_DATA in ssl3_get_record()
752 if (thisrr->type == SSL3_RT_APPLICATION_DATA in ssl3_get_record()
/openssl-master/doc/man3/
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
A DSSL_CTX_set_record_padding_callback.pod51 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
/openssl-master/include/openssl/
A Dssl3.h222 # define SSL3_RT_APPLICATION_DATA 23 macro
/openssl-master/test/
A Drecordlentest.c165 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
A Dtls13encryptiontest.c319 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
A Dtls13ccstest.c196 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
A Dbad_dtls_test.c567 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
/openssl-master/ssl/
A Dt1_trce.c77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
A Ds3_lib.c4428 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write()
4442 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4454 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
/openssl-master/apps/lib/
A Ds_cb.c602 case SSL3_RT_APPLICATION_DATA: in msg_cb()
/openssl-master/
A DCHANGES.md14807 SSL3_RT_APPLICATION_DATA, return 0.

Completed in 61 milliseconds