Searched refs:i_nonce (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.h21 const u8 *i_nonce, size_t i_nonce_len,
H A Deap_ikev2_common.c19 const u8 *i_nonce, size_t i_nonce_len,
27 if (keys->SK_d == NULL || i_nonce == NULL || r_nonce == NULL)
34 os_memcpy(nonces, i_nonce, i_nonce_len);
18 eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, const u8 *i_nonce, size_t i_nonce_len, const u8 *r_nonce, size_t r_nonce_len, u8 *keymat) argument
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dikev2.h27 u8 i_nonce[IKEV2_NONCE_MAX_LEN]; member in struct:ikev2_initiator_data
H A Dikev2.c72 os_memcpy(pos, data->i_nonce, data->i_nonce_len);
620 data->i_nonce, data->i_nonce_len,
1012 wpabuf_put_data(msg, data->i_nonce, data->i_nonce_len);
1097 if (random_get_bytes(data->i_nonce, data->i_nonce_len))
1099 wpa_hexdump(MSG_DEBUG, "IKEV2: Ni", data->i_nonce, data->i_nonce_len);
H A Deap_server_ikev2.c338 data->ikev2.i_nonce, data->ikev2.i_nonce_len,
535 os_memcpy(sid + offset, data->ikev2.i_nonce,
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.h28 u8 i_nonce[IKEV2_NONCE_MAX_LEN]; member in struct:ikev2_responder_data
H A Deap_ikev2.c122 data->ikev2.i_nonce, data->ikev2.i_nonce_len,
497 os_memcpy(sid + offset, data->ikev2.i_nonce,
H A Dikev2.c68 os_memcpy(pos, data->i_nonce, data->i_nonce_len);
434 os_memcpy(data->i_nonce, ni, ni_len);
436 data->i_nonce, data->i_nonce_len);
1004 data->i_nonce, data->i_nonce_len,
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c1598 os_memcpy(nonces, auth->i_nonce, nonce_len);
1762 os_memcpy(pos, auth->i_nonce, nonce_len - 1);
1773 os_memcpy(pos, auth->i_nonce, nonce_len);
1847 const u8 *r_nonce, const u8 *i_nonce,
1926 if (i_nonce) {
1932 os_memcpy(pos, i_nonce, nonce_len);
2257 os_memcpy(auth->i_nonce, dpp_nonce_override, nonce_len);
2260 if (random_get_bytes(auth->i_nonce, nonce_len)) {
2268 if (random_get_bytes(auth->i_nonce, nonce_len)) {
2273 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", auth->i_nonce, nonce_le
1841 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) argument
2831 const u8 *r_pubkey_hash, *i_pubkey_hash, *r_nonce, *i_nonce; local
3010 const u8 *r_pubkey_hash, *i_pubkey_hash, *i_nonce; local
3085 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, local
3548 const u8 *i_nonce, *r_capab; local
3647 *r_nonce, *i_nonce, *r_capab, *wrapped2, *r_auth; local
[all...]
H A Ddpp.h189 u8 i_nonce[DPP_MAX_NONCE_LEN]; member in struct:dpp_authentication

Completed in 200 milliseconds