Home
last modified time | relevance | path

Searched refs:BN_to_montgomery (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/crypto/openssl/crypto/bn/
HDbn_exp2.c83 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx)) in BN_mod_exp2_mont()
111 if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx)) in BN_mod_exp2_mont()
134 if (!BN_to_montgomery(r, BN_value_one(), mont, ctx)) in BN_mod_exp2_mont()
HDbn_lib.c989 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery() function
HDbn_exp.c1196 (BN_set_word(r, (w)) && BN_to_montgomery(r, r, (mont), ctx)) in BN_mod_exp_mont_word()
/freebsd-head/crypto/openssl/doc/man3/
HDBN_mod_mul_montgomery.pod7 BN_from_montgomery, BN_to_montgomery - Montgomery multiplication
25 int BN_to_montgomery(BIGNUM *r, BIGNUM *a, BN_MONT_CTX *mont,
51 BN_to_montgomery() computes Mont(I<a>,R^2), i.e. I<a>*R.
/freebsd-head/crypto/openssl/crypto/ec/
HDecp_mont.c172 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx)) in ossl_ec_GFp_mont_group_set_curve()
275 return BN_to_montgomery(r, a, (BN_MONT_CTX *)group->field_data1, ctx); in ossl_ec_GFp_mont_field_encode()
/freebsd-head/crypto/openssl/include/openssl/
HDbn.h404 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont,
/freebsd-head/crypto/openssl/test/
HDbntest.c1619 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1620 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul()
/freebsd-head/secure/lib/libcrypto/
HDVersion.map580 BN_to_montgomery;
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile1072 MLINKS+= BN_mod_mul_montgomery.3 BN_to_montgomery.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num406 BN_to_montgomery 414 3_0_0 EXIST::FUNCTION: