Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblake2s.h24 BLAKE2S_IV0 = 0x6A09E667UL, enumerator
37 ctx->h[0] = BLAKE2S_IV0 ^ (0x01010000 | keylen << 8 | outlen); in __blake2s_init()
H A Dblake2s.c61 v[ 8] = BLAKE2S_IV0; in blake2s_compress()
/linux/include/crypto/
H A Dblake2s.h45 BLAKE2S_IV0 = 0x6A09E667UL, enumerator
58 ctx->h[0] = BLAKE2S_IV0 ^ (0x01010000 | keylen << 8 | outlen); in __blake2s_init()
/linux/lib/crypto/
H A Dblake2s.c55 v[ 8] = BLAKE2S_IV0; in blake2s_compress_generic()
/linux/drivers/char/
H A Drandom.c630 .hash.h = { BLAKE2S_IV0 ^ (0x01010000 | BLAKE2S_HASH_SIZE),