Searched defs:sha256_ctx (Results 1 – 1 of 1) sorted by relevance
63 struct sha256_ctx { struct64 uint32_t H[8];66 uint32_t total[2];67 uint32_t buflen;68 char buffer[128]; /* NB: always correctly aligned for uint32_t. */
Completed in 7 milliseconds