Home
last modified time | relevance | path

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

/coreutils/src/blake2/
Dblake2b-ref.c181 static void blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
237 blake2b_compress( S, S->buf ); /* Compress */ in blake2b_update()
241 blake2b_compress( S, in ); in blake2b_update()
266 blake2b_compress( S, S->buf ); in blake2b_final()