Searched defs:SHA1Context (Results 1 – 2 of 2) sorted by relevance
12 struct SHA1Context { struct18 void SHA1Init(struct SHA1Context *context); argument
3223 typedef struct SHA1Context SHA1Context; typedef3224 struct SHA1Context { struct3225 unsigned int state[5];3226 unsigned int count[2];3227 unsigned char buffer[64];