Searched refs:sha256_state (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256_i.h | 14 struct sha256_state { struct 20 void sha256_init(struct sha256_state *md); argument 21 int sha256_process(struct sha256_state *md, const unsigned char *in, 23 int sha256_done(struct sha256_state *md, unsigned char *out);
|
D | sha256-internal.c | 28 struct sha256_state ctx; in sha256_vector() 81 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() 124 void sha256_init(struct sha256_state *md) in sha256_init() 145 int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() 185 int sha256_done(struct sha256_state *md, unsigned char *out) in sha256_done()
|
D | crypto_internal.c | 23 struct sha256_state sha256;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha256.c | 162 struct sha256_state { struct 168 static void sha256_init(struct sha256_state *md); argument 169 static int sha256_process(struct sha256_state *md, const unsigned char *in, 171 static int sha256_done(struct sha256_state *md, unsigned char *out); 184 struct sha256_state ctx; in sha256_vector() 234 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() 277 static void sha256_init(struct sha256_state *md) in sha256_init() 298 static int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() 339 static int sha256_done(struct sha256_state *md, unsigned char *out) in sha256_done()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_hash.h | 11 struct sha256_state { struct 117 struct sha256_state sha256;
|