Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2458 __owur int ssl_fill_hello_random(SSL *s, int server, unsigned char *field,
H A Ds3_lib.c4564 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, in ssl_fill_hello_random() function
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1141 if (i && ssl_fill_hello_random(s, 0, p, sizeof(s->s3.client_random), in tls_construct_client_hello()
H A Dstatem_srvr.c1877 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) { in tls_early_post_process_client_hello()