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

/external/boringssl/src/ssl/
H A Dssl_test.cc804 size_t client_hello_len; local
805 if (!BIO_mem_contents(bio.get(), &unused, &client_hello_len) ||
806 client_hello_len <= SSL3_RT_HEADER_LENGTH) {
809 return client_hello_len - SSL3_RT_HEADER_LENGTH;
H A Ds3_srvr.c807 early_ctx.client_hello_len = n;
H A Dt1_lib.c252 CBS_init(&client_hello, ctx->client_hello, ctx->client_hello_len);
/external/boringssl/include/openssl/
H A Dssl.h2715 size_t client_hello_len; member in struct:ssl_early_callback_ctx
/external/boringssl/src/include/openssl/
H A Dssl.h2715 size_t client_hello_len; member in struct:ssl_early_callback_ctx

Completed in 375 milliseconds