Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dsha256.c231 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() function
306 if (sha256_compress(md, (unsigned char *) in) < 0) in sha256_process()
318 if (sha256_compress(md, md->buf) < 0) in sha256_process()
357 sha256_compress(md, md->buf); in sha256_done()
368 sha256_compress(md, md->buf); in sha256_done()
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha256.c71 static int sha256_compress(hash_state * md, unsigned char *buf) in _sha256_compress()
192 static int sha256_compress(hash_state * md, unsigned char *buf) in sha256_compress() function
230 HASH_PROCESS(sha256_process, sha256_compress, sha256, 64)
264 sha256_compress(md, md->sha256.buf); in sha256_done()
275 sha256_compress(md, md->sha256.buf); in sha256_done()