Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dghash_pwr8.c54 #define TT2 7 macro
103 vsr(TT2, x1, HB7) \
105 vxor(TT1, TT1, TT2) \
109 vsl(TT2, x1, HB1) \
110 vxor(x1, TT1, TT2) \
113 vsr(TT2, x1, HB7) \
116 vxor(TT1, TT1, TT2) \
/freebsd/crypto/libecc/src/hash/
H A Dsm3.c88 u32 SS1, SS2, TT1, TT2; in sm3_process() local
133 TT2 = GG_j_low(E, F, G) + H + SS1 + W[j]; in sm3_process()
141 E = SM3_P_0(TT2); in sm3_process()
148 TT2 = GG_j_high(E, F, G) + H + SS1 + W[j]; in sm3_process()
156 E = SM3_P_0(TT2); in sm3_process()
163 TT2 = GG_j_high(E, F, G) + H + SS1 + W[j]; in sm3_process()
171 E = SM3_P_0(TT2); in sm3_process()
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3_local.h60 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
64 H = P0(TT2); \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td1610 "^SM3(TT1|TT2)(A|B)")>;