Searched refs:W512 (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsha2.c577 BE_8_TO_64(W512[j], data); \
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
587 s0 = W512[(j+1)&0x0f]; \
589 s1 = W512[(j+14)&0x0f]; \
592 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
602 u_int64_t T1, W512[16]; local
660 u_int64_t T1, T2, W512[16]; local
675 BE_8_TO_64(W512[j], data);
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c677 REVERSE64(*data++, W512[j]); \
679 K512[j] + W512[j]; \
689 K512[j] + (W512[j] = *data++); \
697 s0 = W512[(j+1)&0x0f]; \
699 s1 = W512[(j+14)&0x0f]; \
702 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
709 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
764 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
781 REVERSE64(*data++, W512[
[all...]

Completed in 367 milliseconds