Searched refs:crypto_ec_get_affine_coordinates (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto.h | 1089 int crypto_ec_get_affine_coordinates(struct crypto_ec *e, struct crypto_ec_point *pt,
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 194 int crypto_ec_get_affine_coordinates(struct crypto_ec *e, struct crypto_ec_point *pt, in crypto_ec_get_affine_coordinates() function
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 2077 (crypto_ec_get_affine_coordinates((struct crypto_ec *)group, l, lx, NULL) != 0)) { in dpp_auth_derive_l_responder() 2122 crypto_ec_get_affine_coordinates((struct crypto_ec *)group, l, lx, NULL) != 0) { in dpp_auth_derive_l_initiator()
|