Searched refs:os_get_random (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_sim.c96 if (os_get_random(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
998 if (os_get_random(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) {
H A Dikev2.c1130 if (os_get_random(data->r_spi, IKEV2_SPI_LEN))
1136 if (os_get_random(data->r_nonce, data->r_nonce_len))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa_ft.c543 if (os_get_random(sm->snonce, WPA_NONCE_LEN)) {
1023 if (os_get_random(sm->snonce, WPA_NONCE_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c532 if (os_get_random(pos, ps_len) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_peer/
H A Deap_gpsk.c329 if (os_get_random(data->rand_peer, EAP_GPSK_RAND_LEN)) {
H A Deap_pax.c179 if (os_get_random(data->rand.r.y, EAP_PAX_RAND_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_server/
H A Deap_gpsk.c123 if (os_get_random(data->rand_server, EAP_GPSK_RAND_LEN)) {
H A Deap_pax.c85 if (os_get_random(data->rand.r.x, EAP_PAX_RAND_LEN)) {
H A Deap_psk.c69 if (os_get_random(data->rand_s, EAP_PSK_RAND_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dwps_registrar.c931 if (os_get_random(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
1138 if (os_get_random(r, sizeof(r)) < 0)
1164 if (os_get_random(wps->new_psk, wps->new_psk_len) < 0) {
1216 if (os_get_random(wps->nonce_r, WPS_NONCE_LEN) < 0)
H A Dwps_upnp.c248 os_get_random(uuid, UUID_LEN);
H A Dwps_upnp_ssdp.c323 os_get_random((void *) &r, sizeof(r));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dsta_info.c701 os_get_random(trans_id, WLAN_SA_QUERY_TR_ID_LEN);
H A Dwpa_auth.c218 if (os_get_random(wpa_auth->group->GMK, WPA_GMK_LEN)) {
321 if (os_get_random(rkey, sizeof(rkey)) ||
322 os_get_random(group->GMK, WPA_GMK_LEN)) {
2105 if (os_get_random(group->IGTK[group->GN_igtk - 4],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto_libtomcrypt.c532 if (os_get_random(pos, ps_len) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_gpsk.c329 if (os_get_random(data->rand_peer, EAP_GPSK_RAND_LEN)) {
H A Deap_pax.c177 if (os_get_random(data->rand.r.y, EAP_PAX_RAND_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server_gpsk.c123 if (os_get_random(data->rand_server, EAP_GPSK_RAND_LEN)) {
H A Deap_server_pax.c85 if (os_get_random(data->rand.r.x, EAP_PAX_RAND_LEN)) {
H A Deap_server_psk.c69 if (os_get_random(data->rand_s, EAP_PSK_RAND_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c532 if (os_get_random(pos, ps_len) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_peer/
H A Deap_gpsk.c329 if (os_get_random(data->rand_peer, EAP_GPSK_RAND_LEN)) {
H A Deap_pax.c179 if (os_get_random(data->rand.r.y, EAP_PAX_RAND_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_server/
H A Deap_gpsk.c123 if (os_get_random(data->rand_server, EAP_GPSK_RAND_LEN)) {
H A Deap_pax.c85 if (os_get_random(data->rand.r.x, EAP_PAX_RAND_LEN)) {

Completed in 154 milliseconds

1234567891011>>