OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA1Context
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha1_i.h
12
struct
SHA1Context
{
18
void SHA1Init(struct
SHA1Context
*context);
19
void SHA1Update(struct
SHA1Context
*context, const void *data, u32 len);
20
void SHA1Final(unsigned char digest[20], struct
SHA1Context
*context);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c
49
struct
SHA1Context
{
60
struct
SHA1Context
sha1;
sha1.c
380
struct
SHA1Context
{
386
typedef struct
SHA1Context
SHA1_CTX;
389
static void SHA1Init(struct
SHA1Context
*context);
390
static void SHA1Update(struct
SHA1Context
*context, const void *data, u32 len);
391
static void SHA1Final(unsigned char digest[20], struct
SHA1Context
*context);
Completed in 1962 milliseconds