Lines Matching defs:s0
936 s0 = W256[(j+1)&0x0f]; \
937 s0 = sigma0_256(s0); \
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;
1051 s0 = W256[(j+1)&0x0f];
1052 s0 = sigma0_256(s0);
1058 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
1261 s0 = W512[(j+1)&0x0f]; \
1262 s0 = sigma0_512(s0); \
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;
1371 s0 = W512[(j+1)&0x0f];
1372 s0 = sigma0_512(s0);
1378 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);