1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 /* 3 * Cryptographic API. 4 * 5 * Copyright (c) 2023 Herbert Xu <herbert@gond 6 */ 7 #ifndef _LOCAL_CRYPTO_HASH_H 8 #define _LOCAL_CRYPTO_HASH_H 9 10 #include <crypto/internal/hash.h> 11 12 #include "internal.h" 13 14 extern const struct crypto_type crypto_shash_t 15 16 int hash_prepare_alg(struct hash_alg_common *a 17 18 #endif /* _LOCAL_CRYPTO_HASH_H */ 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.