Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_utils.c174 static const __u32 sha256_K[64] = { variable
190 __u32 tmp = h + Sigma_1(e) + Ch(e, f, g) + sha256_K[i] + w[i]; \
/linux/lib/crypto/
H A Dsha256.c43 static const u32 sha256_K[64] = { variable
77 t1 = h + e1(e) + Ch(e, f, g) + sha256_K[i] + W[i]; \