OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA1Context
(Results
1 - 2
of
2
) 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/libvncserver/common/
sha1.h
76
typedef struct
SHA1Context
89
}
SHA1Context
;
94
int SHA1Reset(
SHA1Context
*);
95
int SHA1Input(
SHA1Context
*,
98
int SHA1Result(
SHA1Context
*,
Completed in 37 milliseconds