Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dblake2s.c303 static int blake2s_compress(hash_state *md, const unsigned char *buf) in _blake2s_compress()
347 static int blake2s_compress(hash_state *md, const unsigned char *buf) in blake2s_compress() function
379 blake2s_compress(md, md->blake2s.buf); /* Compress */ in blake2s_process()
384 blake2s_compress(md, in); in blake2s_process()
417 blake2s_compress(md, md->blake2s.buf); in blake2s_done()

Completed in 2 milliseconds