Searched refs:blake2b_is_lastblock (Results 1 – 1 of 1) sorted by relevance
160 static int blake2b_is_lastblock(const hash_state *md) { return md->blake2b.f[0] != 0; } in blake2b_is_lastblock() function422 if (blake2b_is_lastblock(md)) { in blake2b_done()
Completed in 3 milliseconds