Searched refs:crypto_bignum_inverse (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto.h | 605 int crypto_bignum_inverse(const struct crypto_bignum *a,
|
D | crypto_mbedtls_alt.c | 1274 int crypto_bignum_inverse(const struct crypto_bignum *a, const struct crypto_bignum *b, struct cryp… in crypto_bignum_inverse() function
|
D | crypto_wolfssl.c | 1454 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse() function
|
D | crypto_openssl.c | 2041 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse() function
|
/hostap-latest/src/common/ |
D | sae.c | 705 crypto_bignum_inverse(t1, prime, t1) < 0 || in sswu() 712 crypto_bignum_inverse(a, prime, t2) < 0 || in sswu() 1320 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc()
|