Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c62 struct sha512_ctx struct
138 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
237 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
257 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
289 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
390 struct sha512_ctx ctx; in php_sha512_crypt_r()
391 struct sha512_ctx alt_ctx; in php_sha512_crypt_r()
766 struct sha512_ctx ctx; in main()

Completed in 6 milliseconds