Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/
Dblake2s.h41 BLAKE2S_IV5 = 0x9B05688CUL, enumerator
54 state->h[5] = BLAKE2S_IV5; in __blake2s_init()
/Linux-v5.15/lib/crypto/
Dblake2s-generic.c60 v[13] = BLAKE2S_IV5 ^ state->t[1]; in blake2s_compress_generic()