Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.c218 static const sha2_word32 K256[64] = { variable
343 K256[j] + W256[j]; \
353 K256[j] + (W256[j] = *data++); \
365 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
452 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
455 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
478 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
/dragonfly/contrib/ldns/
H A Dsha2.c215 static const sha2_word32 K256[64] = { variable
333 K256[j] + W256[j]; \
343 K256[j] + (W256[j] = *data++); \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform()
447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in ldns_sha256_Transform()
470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform()
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha256.c119 static const SHA_LONG K256[64] = { variable
167 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
179 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
194 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
H A Dsha256-elf-x86_64.S25 leaq K256(%rip),%rbp
1762 .type K256,@object
1763 K256: label