Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c57 static const uint32_t SHA256_K[64] = { variable
92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
/openbmc/linux/lib/crypto/
H A Dsha256.c20 static const u32 SHA256_K[] = { variable
66 t1 = h + e1(e) + Ch(e, f, g) + SHA256_K[i] + W[i]; \