Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h44 BLAKE2B_IV3 = 0xA54FF53A5F1D36F1ULL, enumerator
57 ctx->h[3] = BLAKE2B_IV3; in __blake2b_init()
/linux/lib/crypto/
H A Dblake2b.c60 v[11] = BLAKE2B_IV3; in blake2b_compress_generic()