Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dblake2b.h37 BLAKE2B_IV5 = 0x9B05688C2B3E6C1FULL, enumerator
50 state->h[5] = BLAKE2B_IV5; in __blake2b_init()
/linux-6.1.9/crypto/
Dblake2b_generic.c88 v[13] = BLAKE2B_IV5 ^ S->t[1]; in blake2b_compress_one_generic()