Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dsha512-internal.c107 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress() function
193 if (sha512_compress(md, (unsigned char *) in) < 0) in sha512_process()
205 if (sha512_compress(md, md->buf) < 0) in sha512_process()
244 sha512_compress(md, md->buf); in sha512_done()
258 sha512_compress(md, md->buf); in sha512_done()