Searched refs:SSL3_RT_APPLICATION_DATA (Results 1 – 10 of 10) sorted by relevance
/external/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() 450 if (type == SSL3_RT_APPLICATION_DATA && // clang-format off in tls_seal_scatter_suffix_len() 470 if (type == SSL3_RT_APPLICATION_DATA && in_len > 1 && in tls_seal_scatter_record() 618 if (type != SSL3_RT_APPLICATION_DATA && type != SSL3_RT_ALERT) { in OpenRecord() 638 return tls_seal_scatter_prefix_len(ssl, SSL3_RT_APPLICATION_DATA, record_len); in SealRecordPrefixLen() 644 if (!tls_seal_scatter_suffix_len(ssl, &suffix_len, SSL3_RT_APPLICATION_DATA, in SealRecordSuffixLen() 674 out_suffix.data(), SSL3_RT_APPLICATION_DATA, in SealRecord()
|
D | d1_pkt.cc | 176 if (type != SSL3_RT_APPLICATION_DATA) { in dtls1_open_app_data() 214 int ret = dtls1_write_record(ssl, SSL3_RT_APPLICATION_DATA, in, (size_t)len, in dtls1_write_app_data()
|
D | s3_pkt.cc | 185 int ret = do_ssl3_write(ssl, SSL3_RT_APPLICATION_DATA, &in[tot], nw); in ssl3_write_app_data() 334 if (type != SSL3_RT_APPLICATION_DATA) { in ssl3_open_app_data()
|
D | s3_both.cc | 610 if (!ssl->server && type == SSL3_RT_APPLICATION_DATA && in ssl3_open_handshake()
|
D | d1_both.cc | 307 case SSL3_RT_APPLICATION_DATA: in dtls1_open_handshake()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 117 CONST(SSL3_RT_APPLICATION_DATA); in main()
|
/external/boringssl/src/include/openssl/ |
D | ssl3.h | 274 #define SSL3_RT_APPLICATION_DATA 23 macro
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | SSLUtils.java | 37 import static org.conscrypt.NativeConstants.SSL3_RT_APPLICATION_DATA; 535 case SSL3_RT_APPLICATION_DATA: in getEncryptedPacketLength()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | SSLUtils.java | 38 import static com.android.org.conscrypt.NativeConstants.SSL3_RT_APPLICATION_DATA; 536 case SSL3_RT_APPLICATION_DATA: in getEncryptedPacketLength()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1927 case SSL3_RT_APPLICATION_DATA: in tls_rt_type()
|