/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls_record.cc | 285 type == SSL3_RT_APPLICATION_DATA) { in tls_open_record() 327 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_record() 401 out_prefix[0] = SSL3_RT_APPLICATION_DATA; in do_seal_record() 428 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_prefix_len() 451 if (type == SSL3_RT_APPLICATION_DATA && in tls_seal_scatter_suffix_len() 472 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_record() 625 if (type != SSL3_RT_APPLICATION_DATA && type != SSL3_RT_ALERT) { in OpenRecord() 645 return tls_seal_scatter_prefix_len(ssl, SSL3_RT_APPLICATION_DATA, record_len); in SealRecordPrefixLen() 651 if (!tls_seal_scatter_suffix_len(ssl, &suffix_len, SSL3_RT_APPLICATION_DATA, in SealRecordSuffixLen() 681 out_suffix.data(), SSL3_RT_APPLICATION_DATA, in SealRecord()
|
D | d1_pkt.cc | 175 if (type != SSL3_RT_APPLICATION_DATA) { in dtls1_open_app_data() 213 int ret = dtls1_write_record(ssl, SSL3_RT_APPLICATION_DATA, in, (size_t)len, in dtls1_write_app_data()
|
D | s3_pkt.cc | 180 int ret = do_tls_write(ssl, SSL3_RT_APPLICATION_DATA, &in[tot], nw); in tls_write_app_data() 329 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_app_data()
|
D | s3_both.cc | 618 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
|
D | d1_both.cc | 306 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
|
/external/boringssl/src/ssl/ |
D | tls_record.cc | 274 type == SSL3_RT_APPLICATION_DATA) { in tls_open_record() 319 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_record() 393 out_prefix[0] = SSL3_RT_APPLICATION_DATA; in do_seal_record() 426 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_prefix_len() 449 if (type == SSL3_RT_APPLICATION_DATA && in tls_seal_scatter_suffix_len() 470 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_record()
|
D | d1_pkt.cc | 175 if (type != SSL3_RT_APPLICATION_DATA) { in dtls1_open_app_data() 210 int ret = dtls1_write_record(ssl, SSL3_RT_APPLICATION_DATA, in, in dtls1_write_app_data()
|
D | s3_pkt.cc | 177 int ret = do_tls_write(ssl, &bytes_written, SSL3_RT_APPLICATION_DATA, in tls_write_app_data() 342 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_app_data()
|
D | s3_both.cc | 617 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
|
D | d1_both.cc | 303 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | tls_record.cc | 274 type == SSL3_RT_APPLICATION_DATA) { in tls_open_record() 319 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_record() 393 out_prefix[0] = SSL3_RT_APPLICATION_DATA; in do_seal_record() 426 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_prefix_len() 449 if (type == SSL3_RT_APPLICATION_DATA && in tls_seal_scatter_suffix_len() 470 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_record()
|
D | d1_pkt.cc | 175 if (type != SSL3_RT_APPLICATION_DATA) { in dtls1_open_app_data() 210 int ret = dtls1_write_record(ssl, SSL3_RT_APPLICATION_DATA, in, in dtls1_write_app_data()
|
D | s3_pkt.cc | 177 int ret = do_tls_write(ssl, &bytes_written, SSL3_RT_APPLICATION_DATA, in tls_write_app_data() 342 if (type != SSL3_RT_APPLICATION_DATA) { in tls_open_app_data()
|
D | s3_both.cc | 617 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
|
D | d1_both.cc | 303 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
|
/external/cronet/third_party/boringssl/src/ssl/test/ |
D | mock_quic_transport.cc | 194 if (type == SSL3_RT_APPLICATION_DATA) { in ReadApplicationData() 269 return WriteRecord(level, SSL3_RT_APPLICATION_DATA, in, len); in WriteApplicationData()
|
/external/boringssl/src/ssl/test/ |
D | mock_quic_transport.cc | 194 if (type == SSL3_RT_APPLICATION_DATA) { in ReadApplicationData() 269 return WriteRecord(level, SSL3_RT_APPLICATION_DATA, in, len); in WriteApplicationData()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | mock_quic_transport.cc | 196 if (type == SSL3_RT_APPLICATION_DATA) { in ReadApplicationData() 271 return WriteRecord(level, SSL3_RT_APPLICATION_DATA, in, len); in WriteApplicationData()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 120 CONST(SSL3_RT_APPLICATION_DATA); in main()
|
/external/boringssl/src/include/openssl/ |
D | ssl3.h | 268 #define SSL3_RT_APPLICATION_DATA 23 macro
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | ssl3.h | 268 #define SSL3_RT_APPLICATION_DATA 23 macro
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl3.h | 274 #define SSL3_RT_APPLICATION_DATA 23 macro
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | SSLUtils.java | 37 import static com.android.org.conscrypt.NativeConstants.SSL3_RT_APPLICATION_DATA; 530 case SSL3_RT_APPLICATION_DATA: in getEncryptedPacketLength()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | SSLUtils.java | 38 import static org.conscrypt.NativeConstants.SSL3_RT_APPLICATION_DATA; 529 case SSL3_RT_APPLICATION_DATA: in getEncryptedPacketLength()
|
/external/curl/lib/vtls/ |
D | openssl.c | 2574 case SSL3_RT_APPLICATION_DATA: in tls_rt_type()
|