Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dcrypt_sha512.c46 struct sha512_ctx struct
48 uint64_t H[8];
50 uint64_t total[2];
51 uint64_t buflen;
52 char buffer[256]; /* NB: always correctly aligned for uint64_t. */

Completed in 7 milliseconds