Searched refs:crypto_bignum_addmod (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 679 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/ |
D | crypto.h | 630 int crypto_bignum_addmod(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1193 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
D | crypto_openssl.c | 1479 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|