Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()
/third_party/f2fs-tools/tools/
H A Dsha512.c134 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() function
203 sha512_compress(md, md->sha512.buf); in sha512_done()
215 sha512_compress(md, md->sha512.buf); in sha512_done()
233 sha512_compress(md, in); in sha512_process()
245 sha512_compress(md, md->sha512.buf); in sha512_process()

Completed in 2 milliseconds