Searched refs:K3 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dsha1.c36 #define K3 ((uint32_t)0x8F1BBCDC) macro
78 e += ROTL(a, 5) + H(b, c, d) + K3 + m[i + 0]; b = ROTL(b, 30);
79 d += ROTL(e, 5) + H(a, b, c) + K3 + m[i + 1]; a = ROTL(a, 30);
80 c += ROTL(d, 5) + H(e, a, b) + K3 + m[i + 2]; e = ROTL(e, 30);
81 b += ROTL(c, 5) + H(d, e, a) + K3 + m[i + 3]; d = ROTL(d, 30);
82 a += ROTL(b, 5) + H(c, d, e) + K3 + m[i + 4]; c = ROTL(c, 30);
/freebsd-12-stable/sys/opencrypto/
H A Drmd160.c65 #define K3 0x8F1BBCDCU macro
233 R(c, d, e, a, b, F3, K3, 11, 1);
234 R(b, c, d, e, a, F3, K3, 12, 9);
235 R(a, b, c, d, e, F3, K3, 14, 11);
236 R(e, a, b, c, d, F3, K3, 15, 10);
237 R(d, e, a, b, c, F3, K3, 14, 0);
238 R(c, d, e, a, b, F3, K3, 15, 8);
239 R(b, c, d, e, a, F3, K3, 9, 12);
240 R(a, b, c, d, e, F3, K3, 8, 4);
241 R(e, a, b, c, d, F3, K3,
[all...]
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c66 #define K3 0x8F1BBCDCU macro
242 R(c, d, e, a, b, F3, K3, 11, 1);
243 R(b, c, d, e, a, F3, K3, 12, 9);
244 R(a, b, c, d, e, F3, K3, 14, 11);
245 R(e, a, b, c, d, F3, K3, 15, 10);
246 R(d, e, a, b, c, F3, K3, 14, 0);
247 R(c, d, e, a, b, F3, K3, 15, 8);
248 R(b, c, d, e, a, F3, K3, 9, 12);
249 R(a, b, c, d, e, F3, K3, 8, 4);
250 R(e, a, b, c, d, F3, K3,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h526 case X86::K3:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h324 ENTRY(K3) \
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe.c556 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
557 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp263 {codeview::RegisterId::AMD64_K3, X86::K3},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1241 unsigned K3 = getKillRegState(Op3.isKill()); local
1249 .addReg(Rt, K3);

Completed in 124 milliseconds