Searched refs:ssl_fill_hello_random (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds23_clnt.c279 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int len) function
384 if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0)
H A Dssl_locl.h903 int ssl_fill_hello_random(SSL *s, int server, unsigned char *field, int len);
H A Ds3_srvr.c1287 if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE) <= 0) {
1520 if (ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE) <= 0) {
H A Dd1_srvr.c967 ssl_fill_hello_random(s, 1, p, SSL3_RANDOM_SIZE);
H A Dd1_clnt.c821 ssl_fill_hello_random(s, 0, p, sizeof(s->s3->client_random));
H A Ds3_clnt.c704 if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0)

Completed in 71 milliseconds