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

12

/freebsd-12-stable/contrib/wpa/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.
159 int random_get_bytes(void *buf, size_t len) function
401 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Drandom.h34 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_md5.c50 if (random_get_bytes(data->challenge, CHALLENGE_LEN)) {
H A Dikev2.c1097 if (random_get_bytes(data->i_nonce, data->i_nonce_len))
1145 if (random_get_bytes(data->shared_secret, 16))
H A Deap_server_gpsk.c112 if (random_get_bytes(data->rand_server, EAP_GPSK_RAND_LEN)) {
H A Deap_server_mschapv2.c105 random_get_bytes(data->auth_challenge, CHALLENGE_LEN)) {
H A Deap_server_pax.c81 if (random_get_bytes(data->rand.r.x, EAP_PAX_RAND_LEN)) {
H A Deap_server_psk.c62 if (random_get_bytes(data->rand_s, EAP_PSK_RAND_LEN)) {
/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_eke_common.c361 if (random_get_bytes(iv, AES_BLOCK_SIZE))
612 if (random_get_bytes(pos, block_size))
622 if (random_get_bytes(pos, pad))
H A Dikev2_common.c575 if (random_get_bytes(iv, iv_len)) {
/freebsd-12-stable/contrib/wpa/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))
H A Deap_leap.c169 if (random_get_bytes(pos, LEAP_CHALLENGE_LEN)) {
H A Deap_pax.c172 if (random_get_bytes(data->rand.r.y, EAP_PAX_RAND_LEN)) {
H A Deap_psk.c129 if (random_get_bytes(data->rand_p, EAP_PSK_RAND_LEN)) {
H A Deap_sake.c219 if (random_get_bytes(data->rand_p, EAP_SAKE_RAND_LEN)) {
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_server_write.c60 if (random_get_bytes(conn->server_random + 4, TLS_RANDOM_LEN - 4)) {
69 if (random_get_bytes(conn->session_id, conn->session_id_len)) {
416 if (random_get_bytes(conn->dh_secret, conn->dh_secret_len)) {
H A Dtlsv1_client_write.c79 if (random_get_bytes(conn->client_random + 4, TLS_RANDOM_LEN - 4)) {
363 if (random_get_bytes(csecret, csecret_len)) {
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_common.c246 if (random_get_bytes((unsigned char *) &val, sizeof(val)) < 0)
683 if (random_get_bytes(wpabuf_put(pw, WPS_OOB_DEVICE_PASSWORD_LEN),
685 random_get_bytes((u8 *) &val, sizeof(val))) {
H A Dwps_enrollee.c41 if (random_get_bytes(wps->snonce, 2 * WPS_SECRET_NONCE_LEN) < 0)
110 if (random_get_bytes(wps->nonce_e, WPS_NONCE_LEN) < 0)
309 random_get_bytes(psk, sizeof(psk)) < 0) {
H A Dwps_attr_build.c401 if (random_get_bytes(iv, block_size) < 0)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c185 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0)
192 if (random_get_bytes(rsn->igtk, rsn->igtk_len) < 0)
519 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) {
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c268 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
359 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0)
375 if (random_get_bytes(rkey, sizeof(rkey)) < 0)
1392 if (random_get_bytes(pos, gtk_len) < 0)
1964 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
1982 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) {
2687 if (random_get_bytes(dummy_gtk, gtk_len) < 0) {
3086 if (random_get_bytes(igtk.igtk, len) < 0)
3195 if (random_get_bytes(dummy_gtk, gtk_len) < 0)
3574 if (random_get_bytes(dummy_gt
[all...]
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c437 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
1064 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) {
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c619 if (random_get_bytes(_rand, 16) < 0)
750 if (random_get_bytes(_rand, EAP_AKA_RAND_LEN) < 0)

Completed in 321 milliseconds

12