Lines Matching defs:s1
938 s1 = W256[(j+14)&0x0f]; \
939 s1 = sigma1_256(s1); \
941 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
947 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1;
1009 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1;
1053 s1 = W256[(j+14)&0x0f];
1054 s1 = sigma1_256(s1);
1058 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
1263 s1 = W512[(j+14)&0x0f]; \
1264 s1 = sigma1_512(s1); \
1266 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
1272 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1;
1331 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1;
1373 s1 = W512[(j+14)&0x0f];
1374 s1 = sigma1_512(s1);
1378 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);