hash_test_case
static const struct hash_test_case rmd160_tests[] = {
static const struct hash_test_case sha1_tests[] = {
static const struct hash_test_case sha224_tests[] = {
static const struct hash_test_case sha256_tests[] = {
static const struct hash_test_case sha384_tests[] = {
static const struct hash_test_case md5_tests[] = {
static const struct hash_test_case sha512_tests[] = {
static const struct hash_test_case sha512_256_tests[] = {
const struct hash_test_case *tests;
hash_test_case(struct hash_ctx *ctx, const struct hash_test_case *tc,
const struct hash_test_case *tc = &tests->tests[i];
failed |= hash_test_case(ctx, tc, tests->name, i);