Searched refs:mac_resp (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_i.h | 117 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, 120 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp,
|
H A D | dpp_crypto.c | 1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, in dpp_pkex_derive_Qr() argument 1527 if (mac_resp) { in dpp_pkex_derive_Qr() 1529 MAC2STR_SEC(mac_resp)); in dpp_pkex_derive_Qr() 1530 addr[num_elem] = mac_resp; in dpp_pkex_derive_Qr() 1586 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument 1611 if (mac_init && mac_resp) in dpp_pkex_derive_z() 1620 if (mac_init && mac_resp) { in dpp_pkex_derive_z() 1623 os_memcpy(pos, mac_resp, ETH_ALEN); in dpp_pkex_derive_z()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 6745 const u8 *mac_resp, const char *code, in dpp_pkex_derive_Qr() 6763 wpa_printf(MSG_DEBUG, "DPP: MAC-Responder: " MACSTR, MAC2STR(mac_resp)); in dpp_pkex_derive_Qr() 6764 addr[num_elem] = mac_resp; in dpp_pkex_derive_Qr() 7167 static int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument 7195 os_memcpy(pos, mac_resp, ETH_ALEN); in dpp_pkex_derive_z() 6744 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, BN_CTX *bnctx, EC_GROUP **ret_group) dpp_pkex_derive_Qr() argument
|
Completed in 15 milliseconds