Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c69 struct sha256_ctx { struct
112 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
210 static void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
230 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
262 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
357 struct sha256_ctx ctx; in php_sha256_crypt_r()
358 struct sha256_ctx alt_ctx; in php_sha256_crypt_r()
702 struct sha256_ctx ctx; in main()

Completed in 6 milliseconds