Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dblake2b.c160 static int blake2b_is_lastblock(const hash_state *md) { return md->blake2b.f[0] != 0; } in blake2b_is_lastblock() function
422 if (blake2b_is_lastblock(md)) { in blake2b_done()

Completed in 3 milliseconds