Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c88 static int s_sha512_compress(hash_state * md, const unsigned char *buf) in ss_sha512_compress()
153 static int s_sha512_compress(hash_state * md, const unsigned char *buf) in s_sha512_compress() function
190 HASH_PROCESS(sha512_process, s_sha512_compress, sha512, 128)
223 s_sha512_compress(md, md->sha512.buf); in sha512_done()
237 s_sha512_compress(md, md->sha512.buf); in sha512_done()

Completed in 2 milliseconds