Home
last modified time | relevance | path

Searched defs:sha256_ctx (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c69 struct sha256_ctx { struct
70 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