Searched refs:K4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dsha1.c37 #define K4 ((uint32_t)0xCA62C1D6) macro
85 e += ROTL(a, 5) + I(b, c, d) + K4 + m[i + 0]; b = ROTL(b, 30);
86 d += ROTL(e, 5) + I(a, b, c) + K4 + m[i + 1]; a = ROTL(a, 30);
87 c += ROTL(d, 5) + I(e, a, b) + K4 + m[i + 2]; e = ROTL(e, 30);
88 b += ROTL(c, 5) + I(d, e, a) + K4 + m[i + 3]; d = ROTL(d, 30);
89 a += ROTL(b, 5) + I(c, d, e) + K4 + m[i + 4]; c = ROTL(c, 30);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c67 #define K4 0xA953FD4EU macro
259 R(b, c, d, e, a, F4, K4, 9, 4);
260 R(a, b, c, d, e, F4, K4, 15, 0);
261 R(e, a, b, c, d, F4, K4, 5, 5);
262 R(d, e, a, b, c, F4, K4, 11, 9);
263 R(c, d, e, a, b, F4, K4, 6, 7);
264 R(b, c, d, e, a, F4, K4, 8, 12);
265 R(a, b, c, d, e, F4, K4, 13, 2);
266 R(e, a, b, c, d, F4, K4, 12, 10);
267 R(d, e, a, b, c, F4, K4,
[all...]
/freebsd-13-stable/sys/opencrypto/
H A Drmd160.c66 #define K4 0xA953FD4EU macro
250 R(b, c, d, e, a, F4, K4, 9, 4);
251 R(a, b, c, d, e, F4, K4, 15, 0);
252 R(e, a, b, c, d, F4, K4, 5, 5);
253 R(d, e, a, b, c, F4, K4, 11, 9);
254 R(c, d, e, a, b, F4, K4, 6, 7);
255 R(b, c, d, e, a, F4, K4, 8, 12);
256 R(a, b, c, d, e, F4, K4, 13, 2);
257 R(e, a, b, c, d, F4, K4, 12, 10);
258 R(d, e, a, b, c, F4, K4,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp363 printRegName(OS, X86::K4);
H A DX86MCTargetDesc.cpp260 {codeview::RegisterId::AMD64_K4, X86::K4},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h322 ENTRY(K4) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h561 case X86::K4:

Completed in 79 milliseconds