Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_local.h2326 __owur int ssl_fill_hello_random(SSL *s, int server, unsigned char *field,
Ds3_lib.c4562 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/
Dstatem_clnt.c1148 if (i && ssl_fill_hello_random(s, 0, p, sizeof(s->s3->client_random), in tls_construct_client_hello()
Dstatem_srvr.c1921 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) { in tls_early_post_process_client_hello()