Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_exp.c338 test_mod_exp(const BIGNUM *want, const BIGNUM *a, const BIGNUM *p, in test_mod_exp() function
392 if (!test_mod_exp(want, a, p, m, ctx, test)) in bn_mod_exp_test()
H A Dbn_test.c100 int test_mod_exp(BIO *bp, BN_CTX *ctx);
248 if (!test_mod_exp(out, ctx)) in main()
1011 test_mod_exp(BIO *bp, BN_CTX *ctx) in test_mod_mul()
1015 test_mod_exp(BIO *bp, BN_CTX *ctx) test_mod_exp() function