Searched refs:R1 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.c135 /* R, R1-R4 are macros used during each transformation round. */
141 #define R1(v, w, x, y, z, i) R(F, K_00_19, v, w, x, y, z, i) macro
291 R1(e, a, b, c, d, w0); /* 0 */
292 R1(d, e, a, b, c, w1); /* 1 */
293 R1(c, d, e, a, b, w2); /* 2 */
294 R1(b, c, d, e, a, w3); /* 3 */
295 R1(a, b, c, d, e, w4); /* 4 */
296 R1(e, a, b, c, d, w5); /* 5 */
297 R1(d, e, a, b, c, w6); /* 6 */
298 R1(
[all...]
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_sha1.c125 /* R, R1-R4 are macros used during each transformation round. */
131 #define R1(v, w, x, y, z, i) R(F, K_00_19, v, w, x, y, z, i) macro
387 R1(e, a, b, c, d, w0); /* 0 */
388 R1(d, e, a, b, c, w1); /* 1 */
389 R1(c, d, e, a, b, w2); /* 2 */
390 R1(b, c, d, e, a, w3); /* 3 */
391 R1(a, b, c, d, e, w4); /* 4 */
392 R1(e, a, b, c, d, w5); /* 5 */
393 R1(d, e, a, b, c, w6); /* 6 */
394 R1(
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.c60 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
62 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
97 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);

Completed in 21 milliseconds