Searched refs:test_bn_mod_exp_aliasing_setup (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_mod_exp.c | 595 test_bn_mod_exp_aliasing_setup(BIGNUM *want, BIGNUM *a, BIGNUM *p, BIGNUM *m, in test_bn_mod_exp_aliasing_setup() function 657 test_bn_mod_exp_aliasing_setup(want, a, p, m, ctx, tc); in test_bn_mod_exp_aliasing_test() 661 test_bn_mod_exp_aliasing_setup(want, a, p, m, ctx, tc); in test_bn_mod_exp_aliasing_test() 664 test_bn_mod_exp_aliasing_setup(want, a, p, m, ctx, tc); in test_bn_mod_exp_aliasing_test() 667 test_bn_mod_exp_aliasing_setup(want, a, p, m, ctx, tc); in test_bn_mod_exp_aliasing_test()
|