Searched defs:SHA1Context (Results 1 – 3 of 3) sorted by relevance
35 typedef struct SHA1Context SHA1Context; typedef36 struct SHA1Context { struct37 unsigned int state[5];38 unsigned int count[2];39 unsigned char buffer[64];
31 typedef struct SHA1Context SHA1Context; typedef32 struct SHA1Context { struct45 SHA1Context cx; /* SHA1 hash context */ argument
530 typedef struct SHA1Context SHA1Context; typedef531 struct SHA1Context { struct532 unsigned int state[5];533 unsigned int count[2];534 unsigned char buffer[64];