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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c73 * SSL_get_client_random() and SSL_get_server_random() were added in OpenSSL
78 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, function
3970 keys->client_random_len = SSL_get_client_random(
4100 SSL_get_client_random(ssl, client_random, sizeof(client_random));
5363 SSL_get_client_random(s, client_random, sizeof(client_random));

Completed in 72 milliseconds