Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/
Dblake2b.h40 BLAKE2B_IV7 = 0x5BE0CD19137E2179ULL, enumerator
53 state->h[7] = BLAKE2B_IV7; in __blake2b_init()
/Linux-v5.15/crypto/
Dblake2b_generic.c90 v[15] = BLAKE2B_IV7 ^ S->f[1]; in blake2b_compress_one_generic()