Searched refs:am (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_exp.c | 601 BIGNUM tmp, am; in BN_mod_exp_mont_consttime() local 734 am.d = tmp.d + top; in BN_mod_exp_mont_consttime() 824 am.d[i] = 0; in BN_mod_exp_mont_consttime() 830 if (!(*mul_worker) (tmp.d, am.d, am.d, np, n0) && in BN_mod_exp_mont_consttime() 831 !(*mul_worker) (tmp.d, am.d, am.d, np, n0)) in BN_mod_exp_mont_consttime() 832 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime() 929 am.d[i] = 0; in BN_mod_exp_mont_consttime() 940 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime() 941 bn_mul_mont(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime() 1032 if (!bn_mul_mont_fixed_top(&tmp, &am, &am, mont, ctx)) in BN_mod_exp_mont_consttime() [all …]
|
/openssl-master/test/certs/ |
A D | alt3-key.pem | 22 OtKmmgzg51Z+rdyiBZ20MsUhuOBPubvAtGC4gIMe4TLte1VXIkkg+2kufFZ8a/am
|
Completed in 12 milliseconds