Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h34 BLAKE2B_IV2 = 0x3C6EF372FE94F82BULL, enumerator
47 state->h[2] = BLAKE2B_IV2; in __blake2b_init()
/linux/crypto/
H A Dblake2b_generic.c85 v[10] = BLAKE2B_IV2; in blake2b_compress_one_generic()