Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h778 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p);
Dcrypto_openssl.c1582 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
/external/wpa_supplicant_8/src/common/
Dsae.c616 crypto_ec_point_invert(sae->tmp->ec, in sae_derive_commit_element_ecc()