Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h43 BLAKE2B_IV2 = 0x3C6EF372FE94F82BULL, enumerator
56 ctx->h[2] = BLAKE2B_IV2; in __blake2b_init()
/linux/lib/crypto/
H A Dblake2b.c59 v[10] = BLAKE2B_IV2; in blake2b_compress_generic()