Home
last modified time | relevance | path

Searched refs:BN_from_montgomery (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcrypto/hidden/openssl/
H A Dbn.h125 LCRYPTO_USED(BN_from_montgomery);
/openbsd/lib/libcrypto/bn/
H A Dbn_mont.c585 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 Dbn_exp.c637 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 Dbn.h429 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a,
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_test.c845 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 Decp_methods.c1290 return BN_from_montgomery(r, a, group->mont_ctx, ctx); in ec_mont_field_decode()
/openbsd/lib/libcrypto/
H A DSymbols.list377 BN_from_montgomery