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

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c7261 const u8 *attr_group, *attr_id, *attr_key; local
7327 attr_key = dpp_get_attr(buf, len, DPP_ATTR_ENCRYPTED_KEY,
7329 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2 ||
7348 Mx = BN_bin2bn(attr_key, attr_key_len / 2, NULL);
7349 My = BN_bin2bn(attr_key + attr_key_len / 2, attr_key_len / 2, NULL);
7383 os_memcpy(pkex->Mx, attr_key, attr_key_len / 2);
7600 const u8 *attr_status, *attr_id, *attr_key, *attr_group; local
7671 attr_key = dpp_get_attr(buf, buflen, DPP_ATTR_ENCRYPTED_KEY,
7673 if (!attr_key || attr_key_len & 0x01 || attr_key_len < 2) {
7690 Nx = BN_bin2bn(attr_key, attr_key_le
[all...]

Completed in 99 milliseconds