Searched defs:Sha1_s (Results 1 – 2 of 2) sorted by relevance
44 typedef struct Sha1_s struct48 uint32_t count[2];49 uint32_t state[5];50 uint8_t buffer[64];51 uint8_t digest[20];52 uint8_t digest_sum[20];
197 typedef struct Sha1_s struct200 SHA1_CTX context;201 unsigned char pad[1024]; /* XXX: who's bug is it? */