Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dblake2b.c304 static int s_blake2b_compress(hash_state *md, const unsigned char *buf) in ss_blake2b_compress()
351 static int s_blake2b_compress(hash_state *md, const unsigned char *buf) in s_blake2b_compress() function
383 s_blake2b_compress(md, md->blake2b.buf); /* Compress */ in blake2b_process()
388 s_blake2b_compress(md, in); in blake2b_process()
422 s_blake2b_compress(md, md->blake2b.buf); in blake2b_done()

Completed in 2 milliseconds