Searched defs:Qi (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Ddpp.c4841 EC_POINT *Qi = NULL; local
4849 /* Qi = H(MAC-Initiator | [identifier |] code) * Pi */
4886 Qi = EC_POINT_new(group2);
4887 if (!Qi) {
4893 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1)
4895 if (EC_POINT_is_at_infinity(group, Qi)) {
4896 wpa_printf(MSG_INFO, "PDP: Qi is the point-at-infinity");
4905 return Qi;
4907 EC_POINT_free(Qi);
4908 Qi
4996 EC_POINT *Qi = NULL, *M = NULL; local
5142 EC_POINT *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, *N = NULL; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Ddpp.c4841 EC_POINT *Qi = NULL; local
4849 /* Qi = H(MAC-Initiator | [identifier |] code) * Pi */
4886 Qi = EC_POINT_new(group2);
4887 if (!Qi) {
4893 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1)
4895 if (EC_POINT_is_at_infinity(group, Qi)) {
4896 wpa_printf(MSG_INFO, "PDP: Qi is the point-at-infinity");
4905 return Qi;
4907 EC_POINT_free(Qi);
4908 Qi
4996 EC_POINT *Qi = NULL, *M = NULL; local
5142 EC_POINT *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, *N = NULL; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddpp.c4841 EC_POINT *Qi = NULL; local
4849 /* Qi = H(MAC-Initiator | [identifier |] code) * Pi */
4886 Qi = EC_POINT_new(group2);
4887 if (!Qi) {
4893 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1)
4895 if (EC_POINT_is_at_infinity(group, Qi)) {
4896 wpa_printf(MSG_INFO, "PDP: Qi is the point-at-infinity");
4905 return Qi;
4907 EC_POINT_free(Qi);
4908 Qi
4996 EC_POINT *Qi = NULL, *M = NULL; local
5142 EC_POINT *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, *N = NULL; local
[all...]

Completed in 180 milliseconds