OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sha256_state
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256_i.h
14
struct
sha256_state
{
struct
20
void sha256_init(struct
sha256_state
*md);
21
int sha256_process(struct
sha256_state
*md, const unsigned char *in,
23
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;
/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)
Completed in 473 milliseconds