Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dsha512.c24 static void sha512_compress(uint64_t* iv, void const* in);
46 sha512_compress(s->iv, s->leftover); in tinysha512_update()
64 sha512_compress(s->iv, s->leftover); in tinysha512_final()
76 sha512_compress(s->iv, s->leftover); in tinysha512_final()
138 static void sha512_compress(uint64_t* iv, void const* in) { in sha512_compress() function
/external/wpa_supplicant_8/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()
/external/e2fsprogs/lib/ext2fs/
Dsha512.c115 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()
/external/f2fs-tools/tools/
Dsha512.c135 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()