Searched defs:sha256_ctx (Results 1 – 1 of 1) sorted by relevance
69 struct sha256_ctx { struct70 uint32_t H[8];72 uint32_t total[2];73 uint32_t buflen;74 char buffer[128]; /* NB: always correctly aligned for uint32_t. */
Completed in 8 milliseconds