Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h46 BLAKE2B_IV5 = 0x9B05688C2B3E6C1FULL, enumerator
59 ctx->h[5] = BLAKE2B_IV5; in __blake2b_init()
/linux/lib/crypto/
H A Dblake2b.c62 v[13] = BLAKE2B_IV5 ^ ctx->t[1]; in blake2b_compress_generic()