Home
last modified time | relevance | path

Searched refs:crypto_ec_get_a (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h765 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e);
Dcrypto_wolfssl.c1436 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() function
Dcrypto_openssl.c1755 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() function
/external/wpa_supplicant_8/src/common/
Dsae.c645 a = crypto_ec_get_a(ec); in sswu()