Files
android_kernel_samsung_sm8750/crypto/drbg_mdfpp_cast.h
2025-08-11 13:49:01 +02:00

15 lines
448 B
C

/* SPDX-License-Identifier: GPL-2.0 */
//
// In Samsung R&D Institute Ukraine, LLC (SRUKR) under a contract between
// Samsung R&D Institute Ukraine, LLC (Kyiv, Ukraine)
// and "Samsung Electronics Co", Ltd (Seoul, Republic of Korea)
// Copyright: (c) Samsung Electronics Co, Ltd 2024. All rights reserved.
//
#ifndef _CRYPTO_DRBG_MDFPP_CAST_H
#define _CRYPTO_DRBG_MDFPP_CAST_H
void drbg_mdfpp_cast(void);
#endif /* _CRYPTO_DRBG_MDFPP_CAST_H */