Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h45 BLAKE2B_IV4 = 0x510E527FADE682D1ULL, enumerator
58 ctx->h[4] = BLAKE2B_IV4; in __blake2b_init()
/linux/lib/crypto/
H A Dblake2b.c61 v[12] = BLAKE2B_IV4 ^ ctx->t[0]; in blake2b_compress_generic()