Searched refs:ssl_fill_hello_random (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_both.c559 int ssl_fill_hello_random(uint8_t *out, size_t len, int is_server) { function
H A Dinternal.h1024 /* ssl_fill_hello_random fills a client_random or server_random field of length
1026 int ssl_fill_hello_random(uint8_t *out, size_t len, int is_server);
H A Ds3_clnt.c692 !ssl_fill_hello_random(ssl->s3->client_random,
H A Ds3_srvr.c1136 if (!ssl_fill_hello_random(ssl->s3->server_random, SSL3_RANDOM_SIZE,

Completed in 104 milliseconds