Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha256-internal.c84 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() function
158 if (sha256_compress(md, (unsigned char *) in) < 0) in sha256_process()
170 if (sha256_compress(md, md->buf) < 0) in sha256_process()
209 sha256_compress(md, md->buf); in sha256_done()
220 sha256_compress(md, md->buf); in sha256_done()
/external/epid-sdk/epid/member/tiny/math/src/
Dsha256.c53 static void sha256_compress(unsigned int* iv, const uint8_t* data);
77 sha256_compress(s->iv, s->leftover); in tc_sha256_update()
94 sha256_compress(s->iv, s->leftover); in tc_sha256_final()
111 sha256_compress(s->iv, s->leftover); in tc_sha256_final()
166 static void sha256_compress(unsigned int* iv, const uint8_t* data) { in sha256_compress() function
/external/curl/lib/
Dsha256.c127 static int sha256_compress(struct sha256_state *md, in sha256_compress() function
193 if(sha256_compress(md, (unsigned char *)in) < 0) in SHA256_Update()
206 if(sha256_compress(md, md->buf) < 0) in SHA256_Update()
239 sha256_compress(md, md->buf); in SHA256_Final()
248 sha256_compress(md, md->buf); in SHA256_Final()
/external/e2fsprogs/lib/ext2fs/
Dsha256.c85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() function
141 sha256_compress(md, in); in sha256_process()
152 sha256_compress(md, md->sha256.buf); in sha256_process()
179 sha256_compress(md, md->sha256.buf); in sha256_done()
190 sha256_compress(md, md->sha256.buf); in sha256_done()