Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dcrypt_sha512.c56 struct sha512_ctx struct
132 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
231 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
251 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
283 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
384 struct sha512_ctx ctx; in php_sha512_crypt_r()
385 struct sha512_ctx alt_ctx; in php_sha512_crypt_r()
760 struct sha512_ctx ctx; in main()

Completed in 6 milliseconds