Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_both.c559 int ssl_fill_hello_random(uint8_t *out, size_t len, int is_server) { in ssl_fill_hello_random() function
Dinternal.h1026 int ssl_fill_hello_random(uint8_t *out, size_t len, int is_server);
Ds3_srvr.c1136 if (!ssl_fill_hello_random(ssl->s3->server_random, SSL3_RANDOM_SIZE, in ssl3_send_server_hello()
Ds3_clnt.c692 !ssl_fill_hello_random(ssl->s3->client_random, in ssl3_send_client_hello()