Home
last modified time | relevance | path

Searched refs:dpp_pkex_derive_Qr (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/common/
Ddpp_i.h125 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp,
Ddpp_pkex.c502 Qr = dpp_pkex_derive_Qr(curve, v2 ? NULL : own_mac, code, code_len, in dpp_pkex_rx_exchange_req()
798 Qr = dpp_pkex_derive_Qr(curve, pkex->v2 ? NULL : pkex->peer_mac, in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c1535 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, in dpp_pkex_derive_Qr() function