Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h33 BLAKE2B_IV1 = 0xBB67AE8584CAA73BULL, enumerator
46 state->h[1] = BLAKE2B_IV1; in __blake2b_init()
/linux/crypto/
H A Dblake2b_generic.c84 v[ 9] = BLAKE2B_IV1; in blake2b_compress_one_generic()