HomeSort by relevance Sort by last modified time
    Searched refs:sha256_state (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
sha256.c 159 struct sha256_state { struct
165 static void sha256_init(struct sha256_state *md);
166 static int sha256_process(struct sha256_state *md, const unsigned char *in,
168 static int sha256_done(struct sha256_state *md, unsigned char *out);
181 struct sha256_state ctx;
231 static int sha256_compress(struct sha256_state *md, unsigned char *buf)
274 static void sha256_init(struct sha256_state *md)
295 static int sha256_process(struct sha256_state *md, const unsigned char *in,
336 static int sha256_done(struct sha256_state *md, unsigned char *out)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 162 struct sha256_state { struct
168 static void sha256_init(struct sha256_state *md);
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;
234 static int sha256_compress(struct sha256_state *md, unsigned char *buf)
277 static void sha256_init(struct sha256_state *md)
298 static int sha256_process(struct sha256_state *md, const unsigned char *in,
339 static int sha256_done(struct sha256_state *md, unsigned char *out)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 11 struct sha256_state { struct
117 struct sha256_state sha256;

Completed in 40 milliseconds