Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c295 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c632 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu()
658 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu()
676 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
677 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu()
690 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
691 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
Ddpp.c2072 (crypto_bignum_addmod(sum, bR_bn, pR_bn, q) != 0)) in dpp_auth_derive_l_responder()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h639 int crypto_bignum_addmod(const struct crypto_bignum *a,