Searched refs:BN_mod_exp_mont_word (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_local.h | 301 int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
|
H A D | bn_exp.c | 819 BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp_mont_word() function 1136 ret = BN_mod_exp_mont_word(r, A,p, m,ctx, NULL); in BN_mod_exp_internal()
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_mod_exp.c | 177 if (!BN_mod_exp_mont_word(got, 1, p, m, ctx, NULL)) { in bn_mod_exp_zero_word_test()
|