Searched defs:bn_base (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_internal-modexp.c | 94 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
|
H A D | crypto_nettle.c | 380 mpz_t bn_base, bn_exp, bn_modulus, bn_result; in crypto_mod_exp() local
|
H A D | crypto_gnutls.c | 366 gcry_mpi_t bn_base = NULL, bn_exp = NULL, bn_modulus = NULL, in crypto_mod_exp() local
|
H A D | crypto_openssl.c | 814 BIGNUM *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
|