Home | History | Annotate | Download | only in common

Lines Matching refs:i_nonce

1298 	os_memcpy(nonces, auth->i_nonce, nonce_len);
1358 if (random_get_bytes(auth->i_nonce, nonce_len)) {
1362 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", auth->i_nonce, nonce_len);
1433 os_memcpy(pos, auth->i_nonce, nonce_len);
1589 addr[num_elem] = auth->i_nonce;
1676 addr[num_elem] = auth->i_nonce;
1993 os_memcpy(pos, auth->i_nonce, nonce_len);
2099 os_memcpy(pos, auth->i_nonce, nonce_len);
2157 const u8 *i_proto, *i_nonce, *i_capab, *i_bootstrap;
2244 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE,
2246 if (!i_nonce || i_nonce_len != auth->curve->nonce_len) {
2250 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", i_nonce, i_nonce_len);
2251 os_memcpy(auth->i_nonce, i_nonce, i_nonce_len);
2453 const u8 *i_nonce, *r_capab;
2496 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE,
2498 if (!i_nonce || i_nonce_len != auth->curve->nonce_len) {
2502 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", i_nonce, i_nonce_len);
2503 if (os_memcmp(auth->i_nonce, i_nonce, i_nonce_len) != 0) {
2542 *r_nonce, *i_nonce, *r_capab, *wrapped2, *r_auth;
2696 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE,
2698 if (!i_nonce || i_nonce_len != auth->curve->nonce_len) {
2702 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", i_nonce, i_nonce_len);
2703 if (os_memcmp(auth->i_nonce, i_nonce, i_nonce_len) != 0) {