Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dcrypt_sha512.c46 struct sha512_ctx struct
122 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
221 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
241 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
273 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
367 struct sha512_ctx ctx; in php_sha512_crypt_r()
368 struct sha512_ctx alt_ctx; in php_sha512_crypt_r()
764 struct sha512_ctx ctx; in main()

Completed in 7 milliseconds