Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_exp.c101 int neg_modulus, int random_base) 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()
208 int neg_modulus = (j >> 0) & 1; in test_bn_mod_exp_zero() local