Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha256.c63 static int s_sha256_compress(hash_state * md, const unsigned char *buf) in ss_sha256_compress()
182 static int s_sha256_compress(hash_state * md, const unsigned char *buf) in s_sha256_compress() function
220 HASH_PROCESS(sha256_process,s_sha256_compress, sha256, 64)
254 s_sha256_compress(md, md->sha256.buf); in sha256_done()
265 s_sha256_compress(md, md->sha256.buf); in sha256_done()