Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c63 struct sha256_ctx { struct
64 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 12 milliseconds