Home
last modified time | relevance | path

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

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