Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bn/
H A Dbn_local.h282 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
H A Dbn_exp.c967 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 Dbn_mod_exp.c62 INIT_MOD_EXP_FN(BN_mod_exp_recp),
H A Dbn_test.c1504 if (!BN_mod_exp_recp(r, a, t, b, ctx)) in test_kron()