Home
last modified time | relevance | path

Searched refs:SHA1Context (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha1_i.h12 struct SHA1Context { struct
18 void SHA1Init(struct SHA1Context *context); argument
19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
Dcrypto_internal.c23 struct SHA1Context sha1;
Dsha1-internal.c17 typedef struct SHA1Context SHA1_CTX;