Searched refs:BN_mod_exp_recp (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_local.h | 282 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
H A D | bn_exp.c | 967 BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp_recp() function 1140 ret = BN_mod_exp_recp(r, a,p, m, ctx); in BN_mod_exp_internal()
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_mod_exp.c | 62 INIT_MOD_EXP_FN(BN_mod_exp_recp),
|
H A D | bn_test.c | 1504 if (!BN_mod_exp_recp(r, a, t, b, ctx)) in test_kron()
|