Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/curl/lib/vtls/
Dwolfssl.c142 if(SSL_get_client_random(ssl, client_random, SSL3_RANDOM_SIZE) == 0) { in wolfssl_tls13_secret_callback()
Dopenssl.c283 SSL_get_client_random(ssl, client_random, SSL3_RANDOM_SIZE); in ossl_log_tls12_secret()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c78 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, in SSL_get_client_random() function
3970 keys->client_random_len = SSL_get_client_random( in tls_connection_get_random()
4100 SSL_get_client_random(ssl, client_random, sizeof(client_random)); in tls_connection_get_eap_fast_key()
5363 SSL_get_client_random(s, client_random, sizeof(client_random)); in tls_sess_sec_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c81 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, in SSL_get_client_random() function
4158 keys->client_random_len = SSL_get_client_random( in tls_connection_get_random()
4305 SSL_get_client_random(ssl, client_random, sizeof(client_random)); in tls_connection_get_eap_fast_key()
5626 SSL_get_client_random(s, client_random, sizeof(client_random)); in tls_sess_sec_cb()
/third_party/openssl/util/
Dlibssl.num109 SSL_get_client_random 110 1_1_0 EXIST::FUNCTION:
/third_party/node/src/
Dnode_crypto_common.cc69 SSL_get_client_random(ssl.get(), crandom, 32) != 32) { in LogSecret()
/third_party/openssl/include/openssl/
Dssl.h2003 __owur size_t SSL_get_client_random(const SSL *ssl, unsigned char *out,
/third_party/openssl/test/
Dsslapitest.c210 client_random_size = SSL_get_client_random(ssl, in test_keylog_output()
265 client_random_size = SSL_get_client_random(ssl, in test_keylog_output()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h322 #define SSL_get_client_random BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_client_random) macro
/third_party/openssl/ssl/
Dssl_lib.c4210 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen) in SSL_get_client_random() function