Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h36 BLAKE2B_IV4 = 0x510E527FADE682D1ULL, enumerator
49 state->h[4] = BLAKE2B_IV4; in __blake2b_init()
/linux/crypto/
H A Dblake2b_generic.c87 v[12] = BLAKE2B_IV4 ^ S->t[0]; in blake2b_compress_one_generic()