Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dblake2s.h37 BLAKE2S_IV1 = 0xBB67AE85UL, enumerator
50 state->h[1] = BLAKE2S_IV1; in __blake2s_init()
/openbmc/linux/lib/crypto/
H A Dblake2s-generic.c59 v[ 9] = BLAKE2S_IV1; in blake2s_compress_generic()
/openbmc/linux/drivers/char/
H A Drandom.c622 BLAKE2S_IV1, BLAKE2S_IV2, BLAKE2S_IV3, BLAKE2S_IV4,