Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_get_client_random.pod5 SSL_get_client_random,
15 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen);
24 SSL_get_client_random() extracts the random value sent from the client
29 zero, SSL_get_client_random() copies nothing, and returns the
56 Despite the names of SSL_get_client_random() and SSL_get_server_random(), they
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map253 SSL_get_client_random;
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c78 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, in SSL_get_client_random() function
4104 keys->client_random_len = SSL_get_client_random( in tls_connection_get_random()
4251 SSL_get_client_random(ssl, client_random, sizeof(client_random)); in tls_connection_get_eap_fast_key()
5572 SSL_get_client_random(s, client_random, sizeof(client_random)); in tls_sess_sec_cb()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile376 MAN+= SSL_get_client_random.3
2775 MLINKS+= SSL_get_client_random.3 SSL_SESSION_get_master_key.3
2776 MLINKS+= SSL_get_client_random.3 SSL_SESSION_set1_master_key.3
2777 MLINKS+= SSL_get_client_random.3 SSL_get_server_random.3
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h2007 __owur size_t SSL_get_client_random(const SSL *ssl, unsigned char *out,
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c4302 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen) in SSL_get_client_random() function