Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_asn1.cc193 static int SSL_SESSION_to_bytes_full(const SSL_SESSION *in, CBB *cbb, in SSL_SESSION_to_bytes_full() function
744 return SSL_SESSION_to_bytes_full(in, cbb, 0); in ssl_session_serialize()
771 !SSL_SESSION_to_bytes_full(in, cbb.get(), 0) || in SSL_SESSION_to_bytes()
783 !SSL_SESSION_to_bytes_full(in, cbb.get(), 1) || in SSL_SESSION_to_bytes_for_ticket()