Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3.c70 uint32_t SS1, SS2, TT1, TT2, W[68], W1[64]; in sm3_process() local
137 TT2 = GG0(E, F, G) + H + SS1 + W[j]; in sm3_process()
145 E = P0(TT2); in sm3_process()
152 TT2 = GG1(E, F, G) + H + SS1 + W[j]; in sm3_process()
160 E = P0(TT2); in sm3_process()