Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/bn/
H A Dbn_mod_exp.c101 int neg_modulus, int random_base) in bn_mod_exp_zero_test() argument
120 if (neg_modulus) in bn_mod_exp_zero_test()
156 bn_mod_exp_zero_word_test(BN_CTX *ctx, int neg_modulus) in bn_mod_exp_zero_word_test() argument
173 if (neg_modulus) in bn_mod_exp_zero_word_test()
174 BN_set_negative(m, neg_modulus); in bn_mod_exp_zero_word_test()
208 int neg_modulus = (j >> 0) & 1; in test_bn_mod_exp_zero() local
212 neg_modulus, random_base); in test_bn_mod_exp_zero()