Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandshake_server.cc484 if (client_hello.random_len != SSL3_RANDOM_SIZE) { in do_read_client_hello()
489 client_hello.random_len); in do_read_client_hello()
Dt1_lib.cc219 out->random_len = CBS_len(&random); in ssl_client_hello_init()
/external/boringssl/src/include/openssl/
Dssl.h3368 size_t random_len; member