Home
last modified time | relevance | path

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

/optee_os/core/crypto/
A Dsm3.c51 uint32_t SS1, SS2, TT1, TT2, W[68], W1[64]; in sm3_process() local
119 SS2 = SS1 ^ ROTL(A, 12); in sm3_process()
120 TT1 = FF0(A, B, C) + D + SS2 + W1[j]; in sm3_process()
134 SS2 = SS1 ^ ROTL(A, 12); in sm3_process()
135 TT1 = FF1(A, B, C) + D + SS2 + W1[j]; in sm3_process()
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c104 static const ulong32 SS2[256] = { variable
185 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255])

Completed in 3 milliseconds