Home
last modified time | relevance | path

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

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