Home
last modified time | relevance | path

Searched refs:crypto_bignum_addmod (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c681 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu()
707 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu()
725 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
726 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu()
739 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
740 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
H A Ddpp_crypto.c1058 crypto_bignum_addmod(bR, pR, q, sum) || in dpp_auth_derive_l_responder()
1717 crypto_bignum_addmod(cR, pR, q, sum) || in dpp_reconfig_derive_ke_responder()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h623 * crypto_bignum_addmod - d = a + b (mod c)
630 int crypto_bignum_addmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1470 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
H A Dcrypto_wolfssl.c1191 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h630 * crypto_bignum_addmod - d = a + b (mod c)
637 int crypto_bignum_addmod(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1197 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
H A Dcrypto_openssl.c1543 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function

Completed in 22 milliseconds