Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c679 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu()
705 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu()
723 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
724 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu()
737 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
738 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h630 int crypto_bignum_addmod(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1193 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
Dcrypto_openssl.c1479 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function