Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h38 BLAKE2B_IV6 = 0x1F83D9ABFB41BD6BULL, enumerator
51 state->h[6] = BLAKE2B_IV6; in __blake2b_init()
/linux/crypto/
H A Dblake2b_generic.c89 v[14] = BLAKE2B_IV6 ^ S->f[0]; in blake2b_compress_one_generic()