linux/crypto/hash_info.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Hash Info: Hash algorithms information
 *
 * Copyright (c) 2013 Dmitry Kasatkin <[email protected]>
 */

#include <linux/export.h>
#include <crypto/hash_info.h>

const char *const hash_algo_name[HASH_ALGO__LAST] =;
EXPORT_SYMBOL_GPL();

const int hash_digest_size[HASH_ALGO__LAST] =;
EXPORT_SYMBOL_GPL();