Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dblake2s.h36 BLAKE2S_IV0 = 0x6A09E667UL, enumerator
49 state->h[0] = BLAKE2S_IV0 ^ (0x01010000 | keylen << 8 | outlen); in __blake2s_init()
/linux-6.1.9/lib/crypto/
Dblake2s-generic.c59 v[ 8] = BLAKE2S_IV0; in blake2s_compress_generic()
/linux-6.1.9/drivers/char/
Drandom.c602 .hash.h = { BLAKE2S_IV0 ^ (0x01010000 | BLAKE2S_HASH_SIZE),