Searched refs:SSL_SESSION_to_bytes (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/ssl/test/ |
D | settings_writer.cc | 44 if (!SSL_SESSION_to_bytes(session, &data, &len)) { in Init()
|
/external/boringssl/src/ssl/ |
D | ssl_asn1.cc | 751 int SSL_SESSION_to_bytes(const SSL_SESSION *in, uint8_t **out_data, in SSL_SESSION_to_bytes() function 795 if (!SSL_SESSION_to_bytes(in, &out, &len)) { in i2d_SSL_SESSION()
|
D | ssl_x509.cc | 1010 if (!SSL_SESSION_to_bytes(session, &data, &len)) { in i2d_SSL_SESSION_bio()
|
D | ssl_test.cc | 766 if (!SSL_SESSION_to_bytes(session.get(), &encoded_raw, &encoded_len)) { in TestSSL_SESSIONEncoding() 1754 ASSERT_TRUE(SSL_SESSION_to_bytes(session0, &s0_bytes, &s0_len)); in TEST() 1757 ASSERT_TRUE(SSL_SESSION_to_bytes(session1.get(), &s1_bytes, &s1_len)); in TEST()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 27 SSL_SESSION_to_bytes
|
D | BoringSSL-GRPC.podspec | 1579 '#define SSL_SESSION_to_bytes GRPC_SHADOW_SSL_SESSION_to_bytes',
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1598 OPENSSL_EXPORT int SSL_SESSION_to_bytes(const SSL_SESSION *in,
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 55 #define SSL_SESSION_to_bytes GRPC_SHADOW_SSL_SESSION_to_bytes macro
|