Home
last modified time | relevance | path

Searched defs:wvalue (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c248 unsigned wvalue = p_str[(index - 1) / 8]; in ecp_nistz256_windowed_mul() local
303 unsigned wvalue = (p_str[0] << 1) & kMask; in calc_first_wvalue() local
312 unsigned wvalue = p_str[off] | p_str[off + 1] << 8; in calc_wvalue() local
358 unsigned wvalue = calc_first_wvalue(&index, p_str); in ecp_nistz256_points_mul() local
403 unsigned wvalue = calc_first_wvalue(&index, p_str); in ecp_nistz256_points_mul_public() local
/external/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c192 int wvalue = p_str[127] >> 3; in RSAZ_1024_mod_exp_avx2() local
Dexponentiation.c503 int wvalue; // The 'value' of the window in mod_exp_recp() local
672 int wvalue = 1; in BN_mod_exp_mont() local
776 unsigned wvalue = 1; in bn_mod_exp_mont_small() local
904 int i, ret = 0, window, wvalue; in BN_mod_exp_mont_consttime() local
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpec_mul.c85 int wvalue; in gfec_point_mul() local
Dpcpgfpec_mulbase.c84 int wvalue = *((Ipp16u*)&pScalar8[0]); in gfec_base_point_mul() local
Dpcpgfpec_prod.c91 int wvalue; in gfec_point_prod() local
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1424 wchar_t* wvalue; in BSTR_set() local