Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dhash_md5_sha.c619 #undef S1
633 #define S1(x) (rotr32(x, 6) ^ rotr32(x, 11) ^ rotr32(x, 25)) in sha256_process_block64() macro
659 uint32_t T1 = h + S1(e) + Ch(e, f, g) + K_t + W[t]; in sha256_process_block64()
673 #undef S1 in sha256_process_block64()
710 #define S1(x) (rotr64(x, 14) ^ rotr64(x, 18) ^ rotr64(x, 41)) in sha512_process_block128() macro
722 uint64_t T1 = h + S1(e) + Ch(e, f, g) + sha_K[t] + W[t]; in sha512_process_block128()
736 #undef S1 in sha512_process_block128()