Searched refs:SSL3_RT_APPLICATION_DATA (Results 1 – 14 of 14) sorted by relevance
/openssl-master/ssl/record/ |
A D | rec_layer_s3.c | 120 != 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 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()
|
A D | ssl3_record.c | 93 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 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
|
A D | SSL_CTX_set_record_padding_callback.pod | 51 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
|
/openssl-master/include/openssl/ |
A D | ssl3.h | 222 # define SSL3_RT_APPLICATION_DATA 23 macro
|
/openssl-master/test/ |
A D | recordlentest.c | 165 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
|
A D | tls13encryptiontest.c | 319 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
|
A D | tls13ccstest.c | 196 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
|
A D | bad_dtls_test.c | 567 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
|
/openssl-master/ssl/ |
A D | t1_trce.c | 77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
|
A D | s3_lib.c | 4428 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 D | s_cb.c | 602 case SSL3_RT_APPLICATION_DATA: in msg_cb()
|
/openssl-master/ |
A D | CHANGES.md | 14807 SSL3_RT_APPLICATION_DATA, return 0.
|
Completed in 61 milliseconds