Searched refs:ssl_fill_hello_random (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/ |
D | ssl_local.h | 2326 __owur int ssl_fill_hello_random(SSL *s, int server, unsigned char *field,
|
D | s3_lib.c | 4562 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, in ssl_fill_hello_random() function
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 1148 if (i && ssl_fill_hello_random(s, 0, p, sizeof(s->s3->client_random), in tls_construct_client_hello()
|
D | statem_srvr.c | 1921 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) { in tls_early_post_process_client_hello()
|