Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c200 uint16_t wvalue_16; in RSAZ_1024_mod_exp_avx2() local
201 memcpy(&wvalue_16, &p_str[index / 8], sizeof(wvalue_16)); in RSAZ_1024_mod_exp_avx2()
202 wvalue = wvalue_16; in RSAZ_1024_mod_exp_avx2()