Searched refs:rnd (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/auth_serv/ |
D | ec-ca-openssl.cnf | 4 RANDFILE = $ENV::HOME/.rnd
|
D | openssl2.cnf | 2 RANDFILE = $ENV::HOME/.rnd
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 376 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/ |
D | openssl-root.cnf | 4 RANDFILE = $ENV::HOME/.rnd
|
D | openssl.cnf | 4 RANDFILE = $ENV::HOME/.rnd
|
/hostap-latest/src/crypto/ |
D | tls_openssl.c | 4423 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()
|