Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h785 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e);
H A Dcrypto_wolfssl.c1440 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() function
H A Dcrypto_openssl.c1819 const struct crypto_bignum * crypto_ec_get_a(struct crypto_ec *e) in crypto_ec_get_a() function
/freebsd/contrib/wpa/src/common/
H A Dsae.c645 a = crypto_ec_get_a(ec); in sswu()