Home
last modified time | relevance | path

Searched defs:bn_modulus (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_internal-modexp.c94 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
H A Dcrypto_nettle.c380 mpz_t bn_base, bn_exp, bn_modulus, bn_result; in crypto_mod_exp() local
H A Dcrypto_gnutls.c366 gcry_mpi_t bn_base = NULL, bn_exp = NULL, bn_modulus = NULL, in crypto_mod_exp() local
H A Dcrypto_openssl.c594 BIGNUM *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local