Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls13_meth.c254 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_validate_record_header()
282 || rec->type != SSL3_RT_APPLICATION_DATA) { in tls13_post_process_record()
320 return SSL3_RT_APPLICATION_DATA; in tls13_get_record_type()
375 else if (thistempl->type == SSL3_RT_APPLICATION_DATA in tls13_add_record_padding()
H A Dtls1_meth.c584 && templates[0].type == SSL3_RT_APPLICATION_DATA; in tls1_allocate_write_buffers()
614 && templates[0].type == SSL3_RT_APPLICATION_DATA; in tls1_initialise_write_packets()
624 prefixtempl->type = SSL3_RT_APPLICATION_DATA; in tls1_initialise_write_packets()
H A Dtls_multib.c27 if (type == SSL3_RT_APPLICATION_DATA in tls_is_multiblock_capable()
H A Dtls_common.c485 if (*p != SSL3_RT_APPLICATION_DATA) in tls_record_app_data_waiting()
731 && thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records()
968 if (thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records()
1089 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_common_post_process_record()
1509 if (rl->rrec[i].type != SSL3_RT_APPLICATION_DATA) in tls_app_data_pending()
H A Dktls_meth.c529 if (type != SSL3_RT_APPLICATION_DATA) { in ktls_prepare_write_bio()
/openssl/ssl/record/
H A Drec_layer_d1.c211 if ((type && (type != SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes()
213 (peek && (type != SSL3_RT_APPLICATION_DATA))) { in dtls1_read_bytes()
325 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) in dtls1_read_bytes()
582 case SSL3_RT_APPLICATION_DATA: in dtls1_read_bytes()
H A Drec_layer_s3.c193 if (sc->rlayer.tlsrecs[i].type != SSL3_RT_APPLICATION_DATA) in ssl3_pending()
477 || (type == SSL3_RT_APPLICATION_DATA in ssl3_write_bytes()
628 && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes()
630 || (peek && (type != SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes()
755 if (SSL_in_init(ssl) && type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes()
807 } while (type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes()
1081 case SSL3_RT_APPLICATION_DATA: in ssl3_read_bytes()
/openssl/include/openssl/
H A Dssl3.h222 # define SSL3_RT_APPLICATION_DATA 23 macro
/openssl/test/
H A Drecordlentest.c163 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
H A Dtls13encryptiontest.c323 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
H A Dsslbuffertest.c293 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA)) in test_free_buffers()
H A Dtls13ccstest.c196 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
H A Dbad_dtls_test.c571 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
H A Dsslapitest.c11577 SSL3_RT_APPLICATION_DATA, in test_rstate_string()
/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod69 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol
128 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
H A DSSL_CTX_set_record_padding_callback.pod59 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
/openssl/ssl/quic/
H A Dquic_tls.c265 : SSL3_RT_APPLICATION_DATA; in quic_write_records()
396 : SSL3_RT_APPLICATION_DATA; in quic_read_record()
/openssl/ssl/
H A Ds3_lib.c4567 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write()
4585 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4597 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
H A Dt1_trce.c78 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
/openssl/apps/lib/
H A Ds_cb.c665 case SSL3_RT_APPLICATION_DATA: in msg_cb()
/openssl/
H A DCHANGES.md16682 SSL3_RT_APPLICATION_DATA, return 0.

Completed in 249 milliseconds