Searched defs:client_hello_len (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_test.cc867 size_t client_hello_len; local
868 if (!BIO_mem_contents(bio.get(), &client_hello, &client_hello_len)) {
871 *out = std::vector<uint8_t>(client_hello, client_hello + client_hello_len);
/external/boringssl/include/openssl/
H A Dssl.h3202 size_t client_hello_len; member in struct:ssl_early_callback_ctx
/external/boringssl/src/include/openssl/
H A Dssl.h3202 size_t client_hello_len; member in struct:ssl_early_callback_ctx

Completed in 127 milliseconds