Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dos_internal.c321 const unsigned char *p1 = s1, *p2 = s2; in os_memcmp() local
326 while (*p1 == *p2) { in os_memcmp()
327 p1++; in os_memcmp()
334 return *p1 - *p2; in os_memcmp()
/hostap-latest/wpa_supplicant/
Deapol_test.c1347 struct extra_radius_attr *p = NULL, *p1; in main() local
1463 p1 = os_zalloc(sizeof(*p1)); in main()
1464 if (p1 == NULL) in main()
1467 eapol_test.extra_attrs = p1; in main()
1469 p->next = p1; in main()
1470 p = p1; in main()
/hostap-latest/src/common/
Dsae.c882 struct crypto_ec_point *p1 = NULL, *p2 = NULL, *pt = NULL; in sae_derive_pt_ecc() local
915 p1 = sswu(ec, group, bn); in sae_derive_pt_ecc()
916 if (!p1) in sae_derive_pt_ecc()
946 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc()
955 crypto_ec_point_deinit(p1, 1); in sae_derive_pt_ecc()