Searched refs:S21 (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/netsmb/
H A Dsmb_crypt.c93 u_char *p, *P14, *S21; local
98 S21 = p + 14;
101 * S21 = concat(Ex(P14, N8), zeros(5));
103 smb_E(P14, N8, S21);
104 smb_E(P14 + 7, N8, S21 + 8);
106 smb_E(S21, C8, RN);
107 smb_E(S21 + 7, C8, RN + 8);
108 smb_E(S21 + 14, C8, RN + 16);
116 u_char S21[21]; local
124 * S21
151 u_char S16[16], S21[21]; local
[all...]
/freebsd-13-stable/lib/msun/src/
H A De_sinhl.c73 S21= 1.9572943931418891e-20, /* 0x171b8f2fab9628.0p-118 */ variable
118 S21)*x2 + S19)*x2 +
/freebsd-13-stable/lib/libmd/
H A Dmd4c.c48 #define S21 3 macro
214 GG (a, b, c, d, x[ 0], S21); /* 17 */
218 GG (a, b, c, d, x[ 1], S21); /* 21 */
222 GG (a, b, c, d, x[ 2], S21); /* 25 */
226 GG (a, b, c, d, x[ 3], S21); /* 29 */
H A Dmd5c.c258 #define S21 5 macro
262 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
266 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
270 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
274 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_md4.c59 #define S21 3 macro
321 GG (a, b, c, d, x[ 0], S21); /* 17 */
325 GG (a, b, c, d, x[ 1], S21); /* 21 */
329 GG (a, b, c, d, x[ 2], S21); /* 25 */
333 GG (a, b, c, d, x[ 3], S21); /* 29 */
H A Dapr_md5.c76 #define S21 5 macro
373 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
377 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
381 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */
385 GG(a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/freebsd-13-stable/contrib/opie/libopie/
H A Dmd4c.c53 #define S21 3 macro
198 GG(a, b, c, d, x[0], S21); /* 17 */
202 GG(a, b, c, d, x[1], S21); /* 21 */
206 GG(a, b, c, d, x[2], S21); /* 25 */
210 GG(a, b, c, d, x[3], S21); /* 29 */
H A Dmd5c.c57 #define S21 5 macro
244 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
248 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
252 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */
256 GG(a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/freebsd-13-stable/sys/kern/
H A Dmd4c.c47 #define S21 3 macro
210 GG (a, b, c, d, x[ 0], S21); /* 17 */
214 GG (a, b, c, d, x[ 1], S21); /* 21 */
218 GG (a, b, c, d, x[ 2], S21); /* 25 */
222 GG (a, b, c, d, x[ 3], S21); /* 29 */
H A Dmd5c.c266 #define S21 5 macro
270 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
274 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
278 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
282 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/freebsd-13-stable/contrib/ipfilter/
H A Dmd5.c235 #define S21 5 macro
239 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
243 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
247 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
251 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24; local
281 S21 = _mm_mul_epu32(R21, FIVE);
419 v00 = _mm_mul_epu32(v00, S21);
546 T0 = _mm_mul_epu32(T0, S21);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp57 case AArch64::S21:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp152 {codeview::RegisterId::ARM64_S21, AArch64::S21},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp362 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp212 {PPC::S21, -88},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1315 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 150 milliseconds