Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblake2s.h26 BLAKE2S_IV2 = 0x3C6EF372UL, enumerator
39 ctx->h[2] = BLAKE2S_IV2; in __blake2s_init()
H A Dblake2s.c63 v[10] = BLAKE2S_IV2; in blake2s_compress()
/linux/include/crypto/
H A Dblake2s.h47 BLAKE2S_IV2 = 0x3C6EF372UL, enumerator
60 ctx->h[2] = BLAKE2S_IV2; in __blake2s_init()
/linux/lib/crypto/
H A Dblake2s.c57 v[10] = BLAKE2S_IV2; in blake2s_compress_generic()
/linux/drivers/char/
H A Drandom.c631 BLAKE2S_IV1, BLAKE2S_IV2, BLAKE2S_IV3, BLAKE2S_IV4,