Searched refs:SSL_serialize_handoff (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Dhandoff.cc27 bool SSL_serialize_handoff(const SSL *ssl, CBB *out) { function in namespace:bssl
H A Dssl_test.cc3976 ASSERT_TRUE(SSL_serialize_handoff(server.get(), cbb.get()));
4043 ASSERT_TRUE(SSL_serialize_handoff(server.get(), cbb.get()));
/external/boringssl/include/openssl/
H A Dssl.h4472 // at this point), |SSL_serialize_handoff| can be called to write the “handoff”
4486 // |SSL_serialize_handoff| is called, |SSL_decline_handoff| will move it back
4500 OPENSSL_EXPORT bool SSL_serialize_handoff(const SSL *ssl, CBB *out);
/external/boringssl/src/include/openssl/
H A Dssl.h4472 // at this point), |SSL_serialize_handoff| can be called to write the “handoff”
4486 // |SSL_serialize_handoff| is called, |SSL_decline_handoff| will move it back
4500 OPENSSL_EXPORT bool SSL_serialize_handoff(const SSL *ssl, CBB *out);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc2289 !SSL_serialize_handoff(ssl_handoff.get(), cbb.get()) ||

Completed in 217 milliseconds