Home
last modified time | relevance | path

Searched refs:Qi (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.c6669 EC_POINT *Qi = NULL; in dpp_pkex_derive_Qi() local
6714 Qi = EC_POINT_new(group2); in dpp_pkex_derive_Qi()
6715 if (!Qi) { in dpp_pkex_derive_Qi()
6721 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qi()
6723 if (EC_POINT_is_at_infinity(group, Qi)) { in dpp_pkex_derive_Qi()
6727 dpp_debug_print_point("DPP: Qi", group, Qi); in dpp_pkex_derive_Qi()
6732 if (ret_group && Qi) in dpp_pkex_derive_Qi()
6736 return Qi; in dpp_pkex_derive_Qi()
6738 EC_POINT_free(Qi); in dpp_pkex_derive_Qi()
6739 Qi = NULL; in dpp_pkex_derive_Qi()
[all …]
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt5467 3) Add build support for Apple Mac OS X. Liang Qi.