Searched defs:W256 (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsha2.c297 BE_8_TO_32(W256[j], data); \
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
306 s0 = W256[(j+1)&0x0f]; \
308 s1 = W256[(j+14)&0x0f]; \
311 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
321 u_int32_t T1, W256[16]; local
379 u_int32_t T1, T2, W256[16]; local
394 BE_8_TO_32(W256[j], data);
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c350 REVERSE32(*data++, W256[j]); \
352 K256[j] + W256[j]; \
362 K256[j] + (W256[j] = *data++); \
370 s0 = W256[(j+1)&0x0f]; \
372 s1 = W256[(j+14)&0x0f]; \
375 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
382 sha2_word32 T1, *W256; local
385 W256 = (sha2_word32*)context->buffer;
440 sha2_word32 T1, T2, *W256; local
[all...]

Completed in 45 milliseconds