Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c47 struct sha512_ctx struct
123 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
222 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
242 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
274 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
368 struct sha512_ctx ctx; in php_sha512_crypt_r()
369 struct sha512_ctx alt_ctx; in php_sha512_crypt_r()
744 struct sha512_ctx ctx; in main()

Completed in 6 milliseconds