Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblake2s.h31 BLAKE2S_IV7 = 0x5BE0CD19UL, enumerator
44 ctx->h[7] = BLAKE2S_IV7; in __blake2s_init()
H A Dblake2s.c68 v[15] = BLAKE2S_IV7 ^ ctx->f[1]; in blake2s_compress()
/linux/include/crypto/
H A Dblake2s.h52 BLAKE2S_IV7 = 0x5BE0CD19UL, enumerator
65 ctx->h[7] = BLAKE2S_IV7; in __blake2s_init()
/linux/lib/crypto/
H A Dblake2s.c62 v[15] = BLAKE2S_IV7 ^ ctx->f[1]; in blake2s_compress_generic()
/linux/drivers/char/
H A Drandom.c632 BLAKE2S_IV5, BLAKE2S_IV6, BLAKE2S_IV7 },