Home
last modified time | relevance | path

Searched refs:crypto_bignum_sub (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h558 int crypto_bignum_sub(const struct crypto_bignum *a,
Dcrypto_openssl.c937 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
/external/wpa_supplicant_8/src/common/
Dsae.c259 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc()