Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h546 int crypto_bignum_mod(const struct crypto_bignum *a,
Dcrypto_openssl.c1177 int crypto_bignum_mod(const struct crypto_bignum *a, in crypto_bignum_mod() function
/external/wpa_supplicant_8/src/common/
Dsae.c681 crypto_bignum_mod(sae->tmp->own_commit_scalar, sae->tmp->order, in sae_derive_commit()
811 crypto_bignum_mod(tmp, sae->tmp->order, tmp); in sae_derive_keys()