Searched refs:ssl_fill_hello_random (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 2458 __owur int ssl_fill_hello_random(SSL *s, int server, unsigned char *field,
|
H A D | s3_lib.c | 4564 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 D | statem_clnt.c | 1141 if (i && ssl_fill_hello_random(s, 0, p, sizeof(s->s3.client_random), in tls_construct_client_hello()
|
H A D | statem_srvr.c | 1877 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) { in tls_early_post_process_client_hello()
|