Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls_record.cc285 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()
Dd1_pkt.cc175 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()
Ds3_pkt.cc180 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()
Ds3_both.cc618 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
Dd1_both.cc306 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
/external/boringssl/src/ssl/
Dtls_record.cc274 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()
Dd1_pkt.cc175 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()
Ds3_pkt.cc177 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()
Ds3_both.cc617 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
Dd1_both.cc303 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
/external/cronet/third_party/boringssl/src/ssl/
Dtls_record.cc274 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()
Dd1_pkt.cc175 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()
Ds3_pkt.cc177 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()
Ds3_both.cc617 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in tls_open_handshake()
Dd1_both.cc303 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
/external/cronet/third_party/boringssl/src/ssl/test/
Dmock_quic_transport.cc194 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/
Dmock_quic_transport.cc194 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/
Dmock_quic_transport.cc196 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/
Dgenerate_constants.cc120 CONST(SSL3_RT_APPLICATION_DATA); in main()
/external/boringssl/src/include/openssl/
Dssl3.h268 #define SSL3_RT_APPLICATION_DATA 23 macro
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl3.h268 #define SSL3_RT_APPLICATION_DATA 23 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl3.h274 #define SSL3_RT_APPLICATION_DATA 23 macro
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLUtils.java37 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/
DSSLUtils.java38 import static org.conscrypt.NativeConstants.SSL3_RT_APPLICATION_DATA;
529 case SSL3_RT_APPLICATION_DATA: in getEncryptedPacketLength()
/external/curl/lib/vtls/
Dopenssl.c2574 case SSL3_RT_APPLICATION_DATA: in tls_rt_type()