kernel_samsung_a53x/drivers/crypto/fmp/fmp_fips_integrity.h

14 lines
472 B
C
Raw Normal View History

2024-06-15 21:02:09 +02:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Created in Samsung Ukraine R&D Center (SRK) under a contract between
* LLC "Samsung Electronics Ukraine Company" (Kyiv, Ukraine)
* and "Samsung Electronics Co", Ltd (Seoul, Republic of Korea)
* Copyright: (c) Samsung Electronics Co, Ltd 2020. All rights reserved.
*/
#ifndef __FMP_FIPS_INTEGRITY_H__
#define __FMP_FIPS_INTEGRITY_H__
int do_fmp_integrity_check(struct exynos_fmp *fmp);
#endif // __FMP_FIPS_INTEGRITY_H__