Searched refs:sha512_compress (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha512-internal.c | 110 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress() function 190 if (sha512_compress(md, (unsigned char *) in) < 0) in sha512_process() 202 if (sha512_compress(md, md->buf) < 0) in sha512_process() 241 sha512_compress(md, md->buf); in sha512_done() 255 sha512_compress(md, md->buf); in sha512_done()
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha512.c | 115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() function 184 sha512_compress(md, md->sha512.buf); in sha512_done() 196 sha512_compress(md, md->sha512.buf); in sha512_done() 214 sha512_compress(md, in); in sha512_process() 226 sha512_compress(md, md->sha512.buf); in sha512_process()
|