Home
last modified time | relevance | path

Searched refs:powerbuf (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c620 unsigned char *powerbuf = NULL; in BN_mod_exp_mont_consttime() local
749 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in BN_mod_exp_mont_consttime()
750 memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime()
758 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()
856 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
857 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in BN_mod_exp_mont_consttime()
861 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
868 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
886 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in BN_mod_exp_mont_consttime()
898 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalu in BN_mod_exp_mont_consttime()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_exp.c612 unsigned char *powerbuf = NULL; in BN_mod_exp_mont_consttime() local
741 powerbuf = MOD_EXP_CTIME_ALIGN(powerbufFree); in BN_mod_exp_mont_consttime()
742 memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime()
750 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers); in BN_mod_exp_mont_consttime()
848 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
849 bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1); in BN_mod_exp_mont_consttime()
853 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
860 bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
878 bn_gather5_t4(tmp.d, top, powerbuf, wvalue); in BN_mod_exp_mont_consttime()
890 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalu in BN_mod_exp_mont_consttime()
[all...]

Completed in 4 milliseconds