/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha256.c | 71 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);
|
/external/wpa_supplicant_8/src/crypto/ |
sha256-internal.c | 97 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function 172 if (sha256_compress(md, (unsigned char *) in) < 0) 184 if (sha256_compress(md, md->buf) < 0) 223 sha256_compress(md, md->buf); 234 sha256_compress(md, md->buf);
|
/external/wpa_supplicant/ |
sha256.c | 231 static int sha256_compress(struct sha256_state *md, unsigned char *buf) function 306 if (sha256_compress(md, (unsigned char *) in) < 0) 318 if (sha256_compress(md, md->buf) < 0) 357 sha256_compress(md, md->buf); 368 sha256_compress(md, md->buf);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
sha256.c | 234 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);
|