sha256_ctx
__crypt__sha256_init_ctx (struct sha256_ctx *ctx)
__crypt__sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf)
__crypt__sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx)
struct sha256_ctx ctx;
struct sha256_ctx alt_ctx;
__crypt__sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx)
struct sha256_ctx ctx;
struct sha256_ctx ctx;
struct sha256_ctx *ctx);
void __crypt__sha256_init_ctx (struct sha256_ctx *ctx);
void *__crypt__sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf);
struct sha256_ctx *ctx);