Searched refs:SSL_SESSION_to_bytes (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_asn1.c371 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 Dssl_test.cc612 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 Dssl.h1429 /* 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 Dssl.h1429 /* 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