Searched refs:BN_from_montgomery (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | bn.h | 125 LCRYPTO_USED(BN_from_montgomery);
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_mont.c | 585 BN_from_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mctx, BN_CTX *ctx) in BN_from_montgomery() function 605 LCRYPTO_ALIAS(BN_from_montgomery);
|
H A D | bn_exp.c | 637 if (!BN_from_montgomery(rr, &tmp, mont, ctx)) in BN_mod_exp_mont_consttime() 784 if (!BN_from_montgomery(rr, r,mont, ctx)) in BN_mod_exp_mont_internal() 954 if (!BN_from_montgomery(rr, r, mont, ctx)) in BN_mod_exp_mont_word() 1336 if (!BN_from_montgomery(rr, r,mont, ctx)) in BN_mod_exp2_mont()
|
H A D | bn.h | 429 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a,
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_test.c | 845 CHECK_GOTO(BN_from_montgomery(A, c, mont, ctx)); in test_mont() 1350 if (!BN_from_montgomery(e, a, mont, ctx)) in test_mod_exp_mont5()
|
/openbsd/lib/libcrypto/ec/ |
H A D | ecp_methods.c | 1290 return BN_from_montgomery(r, a, group->mont_ctx, ctx); in ec_mont_field_decode()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 377 BN_from_montgomery
|