Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp2.c18 BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp2_mont() argument
56 if (in_mont != NULL) in BN_mod_exp2_mont()
57 mont = in_mont; in BN_mod_exp2_mont()
196 if (in_mont == NULL) in BN_mod_exp2_mont()
H A Dbn_exp.c313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp_mont() argument
336 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont); in BN_mod_exp_mont()
362 if (in_mont != NULL) in BN_mod_exp_mont()
363 mont = in_mont; in BN_mod_exp_mont()
482 if (in_mont == NULL) in BN_mod_exp_mont()
611 BN_MONT_CTX *in_mont) in bn_mod_exp_mont_fixed_top() argument
635 return BN_mod_exp_mont(rr, a, p, m, ctx, in_mont); in bn_mod_exp_mont_fixed_top()
660 if (in_mont != NULL) in bn_mod_exp_mont_fixed_top()
661 mont = in_mont; in bn_mod_exp_mont_fixed_top()
1149 if (in_mont == NULL) in bn_mod_exp_mont_fixed_top()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBN_mod_exp_mont.pod13 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
17 BN_MONT_CTX *in_mont);
29 using Montgomery multiplication. I<in_mont> is a Montgomery context and can be
30 NULL. In the case I<in_mont> is NULL, it will be initialized within the
H A DDSA_meth_new.pod56 BN_MONT_CTX *in_mont);
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_local.h55 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
/freebsd/crypto/openssl/include/crypto/
H A Dbn.h78 BN_MONT_CTX *in_mont);
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h311 BN_MONT_CTX *in_mont);