Searched refs:sha512_compress (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha512-internal.c | 110 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/ |
D | sha512-internal.c | 110 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/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()
|
/third_party/f2fs-tools/tools/ |
D | sha512.c | 135 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() function 204 sha512_compress(md, md->sha512.buf); in sha512_done() 216 sha512_compress(md, md->sha512.buf); in sha512_done() 234 sha512_compress(md, in); in sha512_process() 246 sha512_compress(md, md->sha512.buf); in sha512_process()
|