Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblake2s.h28 BLAKE2S_IV4 = 0x510E527FUL, enumerator
41 ctx->h[4] = BLAKE2S_IV4; in __blake2s_init()
H A Dblake2s.c65 v[12] = BLAKE2S_IV4 ^ ctx->t[0]; in blake2s_compress()
/linux/include/crypto/
H A Dblake2s.h49 BLAKE2S_IV4 = 0x510E527FUL, enumerator
62 ctx->h[4] = BLAKE2S_IV4; in __blake2s_init()
/linux/lib/crypto/
H A Dblake2s.c59 v[12] = BLAKE2S_IV4 ^ ctx->t[0]; in blake2s_compress_generic()
/linux/drivers/char/
H A Drandom.c631 BLAKE2S_IV1, BLAKE2S_IV2, BLAKE2S_IV3, BLAKE2S_IV4,