Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha256-internal.c81 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() function
155 if (sha256_compress(md, (unsigned char *) in) < 0) in sha256_process()
167 if (sha256_compress(md, md->buf) < 0) in sha256_process()
206 sha256_compress(md, md->buf); in sha256_done()
217 sha256_compress(md, md->buf); in sha256_done()