Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha512-internal.c110 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress() function
196 if (sha512_compress(md, (unsigned char *) in) < 0) in sha512_process()
208 if (sha512_compress(md, md->buf) < 0) in sha512_process()
247 sha512_compress(md, md->buf); in sha512_done()
261 sha512_compress(md, md->buf); in sha512_done()