Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3.c102 #define GG1(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in sm3_process() macro
152 TT2 = GG1(E, F, G) + H + SS1 + W[j]; in sm3_process()