Searched refs:W1 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm3.c | 70 uint32_t SS1, SS2, TT1, TT2, W[68], W1[64]; in sm3_process() local 122 W1[j] = W[j] ^ W[j + 4]; in sm3_process() 136 TT1 = FF0(A, B, C) + D + SS2 + W1[j]; in sm3_process() 151 TT1 = FF1(A, B, C) + D + SS2 + W1[j]; in sm3_process()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum_core.c | 737 mbedtls_mpi_uint *W1 = Wtable + AN_limbs; in exp_mod_precompute_window() local 738 memcpy(W1, A, AN_limbs * ciL); in exp_mod_precompute_window() 741 mbedtls_mpi_uint *Wprev = W1; in exp_mod_precompute_window() 744 mbedtls_mpi_core_montmul(Wcur, Wprev, W1, AN_limbs, N, AN_limbs, mm, temp); in exp_mod_precompute_window()
|