Searched defs:bn_result (Results 1 – 4 of 4) sorted by relevance
94 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
380 mpz_t bn_base, bn_exp, bn_modulus, bn_result; in crypto_mod_exp() local
367 bn_result = NULL; in crypto_mod_exp() local
603 BIGNUM *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local