Searched refs:SS1 (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/crypto/ |
A D | sm3.c | 51 uint32_t SS1, SS2, TT1, TT2, W[68], W1[64]; in sm3_process() local 118 SS1 = ROTL(ROTL(A, 12) + E + ROTL(T[j], j), 7); in sm3_process() 119 SS2 = SS1 ^ ROTL(A, 12); in sm3_process() 121 TT2 = GG0(E, F, G) + H + SS1 + W[j]; in sm3_process() 133 SS1 = ROTL(ROTL(A, 12) + E + ROTL(T[j], j), 7); in sm3_process() 134 SS2 = SS1 ^ ROTL(A, 12); in sm3_process() 136 TT2 = GG1(E, F, G) + H + SS1 + W[j]; in sm3_process()
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | kseed.c | 69 static const ulong32 SS1[256] = { variable 185 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255])
|
Completed in 4 milliseconds