Home
last modified time | relevance | path

Searched refs:in_mont2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c1453 const BIGNUM *m2, BN_MONT_CTX *in_mont2, in BN_mod_exp_mont_consttime_x2() argument
1480 if (in_mont2 != NULL) { in BN_mod_exp_mont_consttime_x2()
1481 mont2 = in_mont2; in BN_mod_exp_mont_consttime_x2()
1512 ret &= BN_mod_exp_mont_consttime(rr2, a2, p2, m2, ctx, in_mont2); in BN_mod_exp_mont_consttime_x2()
1516 if (in_mont2 == NULL) in BN_mod_exp_mont_consttime_x2()
/freebsd/crypto/openssl/doc/man3/
H A DBN_mod_exp_mont.pod23 const BIGNUM *m2, BN_MONT_CTX *in_mont2,
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h322 const BIGNUM *m2, BN_MONT_CTX *in_mont2,