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

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha1_i.h12 struct SHA1Context { struct
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);
H A Dcrypto_internal.c23 struct SHA1Context sha1;
H A Dsha1-internal.c17 typedef struct SHA1Context SHA1_CTX;

Completed in 56 milliseconds