Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/auth_serv/
Dec-ca-openssl.cnf4 RANDFILE = $ENV::HOME/.rnd
Dopenssl2.cnf2 RANDFILE = $ENV::HOME/.rnd
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c376 unsigned int rnd; in mesh_rsn_auth_sae_sta() local
427 rnd = rand() % MESH_AUTH_TIMEOUT; in mesh_rsn_auth_sae_sta()
428 eloop_register_timeout(MESH_AUTH_TIMEOUT + rnd, 0, mesh_auth_timer, in mesh_rsn_auth_sae_sta()
/hostap-latest/hs20/server/ca/
Dopenssl-root.cnf4 RANDFILE = $ENV::HOME/.rnd
Dopenssl.cnf4 RANDFILE = $ENV::HOME/.rnd
/hostap-latest/src/crypto/
Dtls_openssl.c4423 u8 *rnd; in tls_connection_get_eap_fast_key() local
4458 rnd = os_malloc(2 * SSL3_RANDOM_SIZE); in tls_connection_get_eap_fast_key()
4459 if (!rnd) { in tls_connection_get_eap_fast_key()
4469 os_memcpy(rnd, server_random, SSL3_RANDOM_SIZE); in tls_connection_get_eap_fast_key()
4470 os_memcpy(rnd + SSL3_RANDOM_SIZE, client_random, SSL3_RANDOM_SIZE); in tls_connection_get_eap_fast_key()
4474 "key expansion", rnd, 2 * SSL3_RANDOM_SIZE, in tls_connection_get_eap_fast_key()
4478 "key expansion", rnd, 2 * SSL3_RANDOM_SIZE, in tls_connection_get_eap_fast_key()
4483 os_free(rnd); in tls_connection_get_eap_fast_key()