Searched defs:s0 (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | sha2.c | 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; local 1009 isc_uint32_t a, b, c, d, e, f, g, h, s0, s1; local 1051 s0 = W256[(j+1)&0x0f]; 1052 s0 = sigma0_256(s0); 1058 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); 1272 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local 1331 isc_uint64_t a, b, c, d, e, f, g, h, s0, s1; local [all...] |
Completed in 15 milliseconds