15 lines
448 B
C
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 */
|