Searched refs:random_get_bytes (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pax.c80 if (random_get_bytes(data->rand.r.x, EAP_PAX_RAND_LEN)) {
H A Deap_server_psk.c64 if (random_get_bytes(data->rand_s, EAP_PSK_RAND_LEN)) {
H A Deap_server_sake.c164 if (random_get_bytes(data->rand_s, EAP_SAKE_RAND_LEN)) {
H A Deap_server_fast.c640 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) {
690 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
H A Deap_server_sim.c255 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
H A Deap_server_aka.c548 if (random_get_bytes(data->nonce_s, EAP_SIM_NONCE_S_LEN))
H A Deap_server_peap.c416 random_get_bytes(data->binding_nonce, 32)) {
H A Deap_sim_db.c951 if (random_get_bytes(buf, sizeof(buf)))
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_enrollee.c51 if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
119 if (random_get_bytes(wps->nonce_e, WPS_NONCE_LEN) < 0)
H A Dwps_registrar.c1396 if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
1631 if (random_get_bytes(r, sizeof(r)) < 0)
1663 if (random_get_bytes(wps->new_psk, wps->new_psk_len) < 0) {
1772 if (random_get_bytes(wps->nonce_r, WPS_NONCE_LEN) < 0)
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c324 if (random_get_bytes(f.nonce, sizeof(f.nonce))) {
870 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c857 random_get_bytes(uint8_t *ptr, size_t len) function
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.c1119 if (random_get_bytes(wpabuf_mhead_u8(msg->buf) + msg->iv,
H A Dikev2_common.c637 if (random_get_bytes(iv, iv_len)) {
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Dikev2.c1131 if (random_get_bytes(data->r_nonce, data->r_nonce_len))
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Ddh_groups.c562 if (random_get_bytes(wpabuf_put(*priv, dh->prime_len), dh->prime_len))
/freebsd-10.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa.c420 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {

Completed in 238 milliseconds

12