Searched refs:random_get_bytes (Results 1 - 25 of 128) sorted by relevance

123456

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
157 int random_get_bytes(void *buf, size_t len) function
378 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/external/wpa_supplicant_8/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
157 int random_get_bytes(void *buf, size_t len) function
378 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
157 int random_get_bytes(void *buf, size_t len) function
378 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c173 if (random_get_bytes(ret_priv, dh->prime_len))
384 if (random_get_bytes(iv, AES_BLOCK_SIZE))
634 if (random_get_bytes(pos, block_size))
644 if (random_get_bytes(pos, pad))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) {
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c173 if (random_get_bytes(ret_priv, dh->prime_len))
384 if (random_get_bytes(iv, AES_BLOCK_SIZE))
634 if (random_get_bytes(pos, block_size))
644 if (random_get_bytes(pos, pad))
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c173 if (random_get_bytes(ret_priv, dh->prime_len))
384 if (random_get_bytes(iv, AES_BLOCK_SIZE))
634 if (random_get_bytes(pos, block_size))
644 if (random_get_bytes(pos, pad))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_mschapv2.c195 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) {
581 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN))
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c195 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) {
581 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c195 } else if (random_get_bytes(peer_challenge, MSCHAPV2_CHAL_LEN)) {
581 if (random_get_bytes(cp->peer_challenge, MSCHAPV2_CHAL_LEN))
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c127 if (iter++ > 100 || random_get_bytes(val, order_len) < 0)
180 if (random_get_bytes(tmp, prime_len) < 0)
395 if (random_get_bytes(tmp, prime_len) < 0)
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
/external/wpa_supplicant_8/src/common/
H A Dsae.c127 if (iter++ > 100 || random_get_bytes(val, order_len) < 0)
180 if (random_get_bytes(tmp, prime_len) < 0)
395 if (random_get_bytes(tmp, prime_len) < 0)
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c127 if (iter++ > 100 || random_get_bytes(val, order_len) < 0)
180 if (random_get_bytes(tmp, prime_len) < 0)
395 if (random_get_bytes(tmp, prime_len) < 0)
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_write.c57 if (random_get_bytes(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
66 if (random_get_bytes(conn->session_id, conn->session_id_len)) {
413 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c246 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0)
682 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN),
684 random_get_bytes((u8 *) &val, sizeof(val))) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_write.c57 if (random_get_bytes(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
66 if (random_get_bytes(conn->session_id, conn->session_id_len)) {
413 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c246 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0)
682 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN),
684 random_get_bytes((u8 *) &val, sizeof(val))) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_rsn.c180 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0)
187 if (random_get_bytes(rsn->igtk, rsn->igtk_len) < 0)
508 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_write.c57 if (random_get_bytes(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
66 if (random_get_bytes(conn->session_id, conn->session_id_len)) {
413 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_common.c246 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0)
682 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN),
684 random_get_bytes((u8 *) &val, sizeof(val))) {

Completed in 1847 milliseconds

123456