Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dsha1-internal.c17 typedef struct SHA1Context SHA1_CTX; typedef
33 SHA1_CTX ctx; in sha1_vector()
161 void SHAPrintContext(SHA1_CTX *context, char *msg) in SHAPrintContext()
234 void SHA1Init(SHA1_CTX* context) in SHA1Init()
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update()
278 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final()