Home
last modified time | relevance | path

Searched refs:W256 (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsPPC.def986 CUSTOM_BUILTIN(mma_disassemble_pair, vsx_disassemble_pair, "vv*W256*", false,
1003 UNALIASED_CUSTOM_BUILTIN(vsx_disassemble_pair, "vv*W256*", false,
/freebsd/contrib/file/magic/Magdir/
H A Dimages1732 0 string B&W256 ImageLab bitmap
/freebsd/contrib/ldns/
H A Dsha2.c331 REVERSE32(*data++, W256[j]); \
333 K256[j] + W256[j]; \
351 s0 = W256[(j+1)&0x0f]; \
353 s1 = W256[(j+14)&0x0f]; \
356 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
364 sha2_word32 T1, *W256; in ldns_sha256_Transform() local
423 sha2_word32 T1, T2, *W256; in ldns_sha256_Transform() local
442 REVERSE32(*data++,W256[j]); in ldns_sha256_Transform()
464 s0 = W256[(j+1)&0x0f]; in ldns_sha256_Transform()
466 s1 = W256[(j+14)&0x0f]; in ldns_sha256_Transform()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c368 BE_8_TO_32(W256[j], data); \
377 s0 = W256[(j+1)&0x0f]; \
379 s1 = W256[(j+14)&0x0f]; \
382 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
392 u_int32_t T1, W256[16]; in SHA256Transform() local
450 u_int32_t T1, T2, W256[16]; in SHA256Transform() local
465 BE_8_TO_32(W256[j], data); in SHA256Transform()
468 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform()
484 s0 = W256[(j+1)&0x0f]; in SHA256Transform()
486 s1 = W256[(j+14)&0x0f]; in SHA256Transform()
[all …]