Home
last modified time | relevance | path

Searched refs:W512 (Results 1 – 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
Dsha2.c648 BE_8_TO_64(W512[j], data); \
650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
658 s0 = W512[(j+1)&0x0f]; \
660 s1 = W512[(j+14)&0x0f]; \
663 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
673 u_int64_t T1, W512[16]; in SHA512Transform() local
731 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
746 BE_8_TO_64(W512[j], data); in SHA512Transform()
749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform()
765 s0 = W512[(j+1)&0x0f]; in SHA512Transform()
[all …]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
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; in SHA512_Transform() local
764 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
781 REVERSE64(*data++, W512[j]); in SHA512_Transform()
783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp61 W512 = 1, enumerator
275 *pWidth = W512; in GetRequestedWidthAndType()
293 case W512: in GetZeroVec()
311 case W512: in GetMask()
609 else if (width == W512) in VGATHER_EMU()
768 else if (width == W512) in VSCATTER_EMU()
797 else if (width == W512) in VROUND_EMU()
829 else if (width == W512) in VCONVERT_EMU()
860 else if (width == W512) in VHSUB_EMU()
883 SWR_ASSERT(width == W512); in DOUBLE_EMU()
/external/llvm-project/clang/include/clang/Basic/
DBuiltinsPPC.def675 // (e.g. W512 for __vector_quad)
682 MMA_BUILTIN(disassemble_acc, "vv*W512*", false)