Searched refs:sha256_compress (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256-internal.c | 84 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/curl/lib/ |
D | sha256.c | 122 static int sha256_compress(struct sha256_state *md, in sha256_compress() function 188 if(sha256_compress(md, (unsigned char *)in) < 0) in SHA256_Update() 201 if(sha256_compress(md, md->buf) < 0) in SHA256_Update() 234 sha256_compress(md, md->buf); in SHA256_Final() 243 sha256_compress(md, md->buf); in SHA256_Final()
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 85 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()
|