Searched refs:SSL_SESSION_to_bytes (Results 1 - 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
H A D | ssl_asn1.c | 371 int SSL_SESSION_to_bytes(const SSL_SESSION *in, uint8_t **out_data, function 385 if (!SSL_SESSION_to_bytes(in, &out, &len)) {
|
H A D | ssl_test.cc | 612 if (!SSL_SESSION_to_bytes(session.get(), &encoded_raw, &encoded_len)) { 613 fprintf(stderr, "SSL_SESSION_to_bytes failed\n"); 619 fprintf(stderr, "SSL_SESSION_to_bytes did not round-trip\n");
|
/external/boringssl/include/openssl/ |
H A D | ssl.h | 1429 /* SSL_SESSION_to_bytes serializes |in| into a newly allocated buffer and sets 1433 OPENSSL_EXPORT int SSL_SESSION_to_bytes(const SSL_SESSION *in, 3024 * Use |SSL_SESSION_to_bytes| instead. */
|
/external/boringssl/src/include/openssl/ |
H A D | ssl.h | 1429 /* SSL_SESSION_to_bytes serializes |in| into a newly allocated buffer and sets 1433 OPENSSL_EXPORT int SSL_SESSION_to_bytes(const SSL_SESSION *in, 3024 * Use |SSL_SESSION_to_bytes| instead. */
|
Completed in 177 milliseconds