Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_exp.c583 int powerbufLen = 0; in BN_mod_exp_mont_consttime() local
628 powerbufLen = sizeof(m->d[0])*top*numPowers; in BN_mod_exp_mont_consttime()
629 …if ((powerbufFree=(unsigned char*)OPENSSL_malloc(powerbufLen+MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH)) … in BN_mod_exp_mont_consttime()
633 memset(powerbuf, 0, powerbufLen); in BN_mod_exp_mont_consttime()
716 OPENSSL_cleanse(powerbuf,powerbufLen); in BN_mod_exp_mont_consttime()