Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2s.h40 BLAKE2S_IV4 = 0x510E527FUL, enumerator
53 state->h[4] = BLAKE2S_IV4; in __blake2s_init()
/linux/lib/crypto/
H A Dblake2s-generic.c62 v[12] = BLAKE2S_IV4 ^ state->t[0]; in blake2s_compress_generic()