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

/freebsd-11-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-11-stable/lib/msun/src/
H A De_sinhl.c73 S21= 1.9572943931418891e-20, /* 0x171b8f2fab9628.0p-118 */ variable
118 S21)*x2 + S19)*x2 +
/freebsd-11-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-11-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-11-stable/lib/libmd/
H A Dmd4c.c45 #define S21 3 macro
215 GG (a, b, c, d, x[ 0], S21); /* 17 */
219 GG (a, b, c, d, x[ 1], S21); /* 21 */
223 GG (a, b, c, d, x[ 2], S21); /* 25 */
227 GG (a, b, c, d, x[ 3], S21); /* 29 */
H A Dmd5c.c265 #define S21 5 macro
269 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
273 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
277 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
281 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/freebsd-11-stable/sys/kern/
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 */
H A Dmd4c.c45 #define S21 3 macro
208 GG (a, b, c, d, x[ 0], S21); /* 17 */
212 GG (a, b, c, d, x[ 1], S21); /* 21 */
216 GG (a, b, c, d, x[ 2], S21); /* 25 */
220 GG (a, b, c, d, x[ 3], S21); /* 29 */
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp57 case AArch64::S21:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp152 {codeview::RegisterId::ARM64_S21, AArch64::S21},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp359 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp206 {PPC::S21, -88},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1295 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 124 milliseconds