Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c70 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, in SSL_get_client_random() function
3391 keys->client_random_len = SSL_get_client_random( in tls_connection_get_random()
3517 SSL_get_client_random(ssl, client_random, sizeof(client_random)); in tls_connection_get_eap_fast_key()
4525 SSL_get_client_random(s, client_random, sizeof(client_random)); in tls_sess_sec_cb()
/external/boringssl/src/include/openssl/
Dssl.h3518 OPENSSL_EXPORT size_t SSL_get_client_random(const SSL *ssl, uint8_t *out,
/external/curl/lib/vtls/
Dopenssl.c265 SSL_get_client_random(ssl, client_random, SSL3_RANDOM_SIZE); in tap_ssl_key()
/external/boringssl/src/ssl/
Dssl_lib.cc2582 size_t SSL_get_client_random(const SSL *ssl, uint8_t *out, size_t max_out) { in SSL_get_client_random() function