Searched refs:SHA1Context (Results 1 – 3 of 3) sorted by relevance
12 struct SHA1Context { struct18 void SHA1Init(struct SHA1Context *context); argument19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
23 struct SHA1Context sha1;
17 typedef struct SHA1Context SHA1_CTX;