Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_i.h115 struct crypto_ec **ret_ec);
119 struct crypto_ec **ret_ec);
H A Ddpp_crypto.c1438 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qi()
1498 if (ret_ec && Qi) in dpp_pkex_derive_Qi()
1499 *ret_ec = ec; in dpp_pkex_derive_Qi()
1513 struct crypto_ec **ret_ec) in dpp_pkex_derive_Qr()
1574 if (ret_ec && Qr) in dpp_pkex_derive_Qr()
1575 *ret_ec = ec; in dpp_pkex_derive_Qr()
1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qi() argument
1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qr() argument

Completed in 3 milliseconds