Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h627 int crypto_bignum_div(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1290 int crypto_bignum_div(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_div() function
Dcrypto_wolfssl.c1478 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
Dcrypto_openssl.c2077 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
/hostap-latest/src/common/
Dsae.c252 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc()
1028 crypto_bignum_div(tmp, order, tmp) < 0 || in sae_derive_pt_ffc()