SHA224_Init
return SHA224_Init(ctx->md_data);
SHA224_Init(&c);
int SHA224_Init(SHA256_CTX *c);
SHA224_Init((SHA256_CTX*)md_state.c);