Searched defs:SHA256Context (Results 1 – 2 of 2) sorted by relevance
36 typedef struct SHA256Context { struct37 uint32_t state[8];38 uint64_t count;39 unsigned char buf[64];
86 typedef struct SHA256ContextStr SHA256Context; typedef