Home
last modified time | relevance | path

Searched refs:SSL_get_client_random (Results 1 – 12 of 12) 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/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.c83 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, in SSL_get_client_random() function
4184 keys->client_random_len = SSL_get_client_random( in tls_connection_get_random()
4331 SSL_get_client_random(ssl, client_random, sizeof(client_random)); in tls_connection_get_eap_fast_key()
5652 SSL_get_client_random(s, client_random, sizeof(client_random)); in tls_sess_sec_cb()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs772 pub fn SSL_get_client_random(ssl: *const SSL, out: *mut c_uchar, len: size_t) -> size_t; in SSL_get_client_random() function
/third_party/openssl/util/
Dlibssl.num109 SSL_get_client_random 110 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2734 #[corresponds(SSL_get_client_random)]
2738 ffi::SSL_get_client_random(self.as_ptr(), buf.as_mut_ptr() as *mut c_uchar, buf.len()) in client_random()
/third_party/node/src/
Dnode_crypto_common.cc69 SSL_get_client_random(ssl.get(), crandom, 32) != 32) { in LogSecret()
/third_party/openssl/doc/
Dbuild.info2434 DEPEND[html/man3/SSL_get_client_random.html]=man3/SSL_get_client_random.pod
2435 GENERATE[html/man3/SSL_get_client_random.html]=man3/SSL_get_client_random.pod
2436 DEPEND[man/man3/SSL_get_client_random.3]=man3/SSL_get_client_random.pod
2437 GENERATE[man/man3/SSL_get_client_random.3]=man3/SSL_get_client_random.pod
3346 html/man3/SSL_get_client_random.html \
3942 man/man3/SSL_get_client_random.3 \
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2003 __owur size_t SSL_get_client_random(const SSL *ssl, unsigned char *out,
/third_party/openssl/test/
Dsslapitest.c245 client_random_size = SSL_get_client_random(ssl, in test_keylog_output()
300 client_random_size = SSL_get_client_random(ssl, in test_keylog_output()
/third_party/openssl/ssl/
Dssl_lib.c4478 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen) in SSL_get_client_random() function
/third_party/openssl/include/openssl/
Dssl.h.in2084 __owur size_t SSL_get_client_random(const SSL *ssl, unsigned char *out,