Home
last modified time | relevance | path

Searched refs:crypto_bignum_inverse (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto.h605 int crypto_bignum_inverse(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1274 int crypto_bignum_inverse(const struct crypto_bignum *a, const struct crypto_bignum *b, struct cryp… in crypto_bignum_inverse() function
Dcrypto_wolfssl.c1454 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse() function
Dcrypto_openssl.c2041 int crypto_bignum_inverse(const struct crypto_bignum *a, in crypto_bignum_inverse() function
/hostap-latest/src/common/
Dsae.c705 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()