Searched refs:sha256_compress (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-internal.c81 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function
155 if (sha256_compress(md, (unsigned char *) in) < 0)
167 if (sha256_compress(md, md->buf) < 0)
206 sha256_compress(md, md->buf);
217 sha256_compress(md, md->buf);
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-internal.c81 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function
155 if (sha256_compress(md, (unsigned char *) in) < 0)
167 if (sha256_compress(md, md->buf) < 0)
206 sha256_compress(md, md->buf);
217 sha256_compress(md, md->buf);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-internal.c81 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function
155 if (sha256_compress(md, (unsigned char *) in) < 0)
167 if (sha256_compress(md, md->buf) < 0)
206 sha256_compress(md, md->buf);
217 sha256_compress(md, md->buf);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha256.c234 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function
309 if (sha256_compress(md, (unsigned char *) in) < 0)
321 if (sha256_compress(md, md->buf) < 0)
360 sha256_compress(md, md->buf);
371 sha256_compress(md, md->buf);
/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha256.c71 static int sha256_compress(hash_state * md, unsigned char *buf)
192 static int sha256_compress(hash_state * md, unsigned char *buf) function
230 HASH_PROCESS(sha256_process, sha256_compress, sha256, 64)
264 sha256_compress(md, md->sha256.buf);
275 sha256_compress(md, md->sha256.buf);

Completed in 617 milliseconds