Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c1460 const BIGNUM *m1, BN_MONT_CTX *in_mont1, in BN_mod_exp_mont_consttime_x2() argument
1481 if (in_mont1 != NULL) { in BN_mod_exp_mont_consttime_x2()
1482 mont1 = in_mont1; in BN_mod_exp_mont_consttime_x2()
1519 ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1); in BN_mod_exp_mont_consttime_x2()
1527 if (in_mont1 == NULL) in BN_mod_exp_mont_consttime_x2()
/freebsd/crypto/openssl/doc/man3/
H A DBN_mod_exp_mont.pod21 BN_MONT_CTX *in_mont1, BIGNUM *rr2,
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h320 const BIGNUM *m1, BN_MONT_CTX *in_mont1,