Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/
Dblake2b.h38 BLAKE2B_IV5 = 0x9B05688C2B3E6C1FULL, enumerator
51 state->h[5] = BLAKE2B_IV5; in __blake2b_init()
/Linux-v5.15/crypto/
Dblake2b_generic.c88 v[13] = BLAKE2B_IV5 ^ S->t[1]; in blake2b_compress_one_generic()