xref: /optee_os/core/drivers/crypto/stm32/common.h (revision f55e624a79b75a3c0f69cb010eaa4881abb65955)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2021, STMicroelectronics - All Rights Reserved
4  */
5 
6 #ifndef __DRIVERS_CRYPTO_STM32_COMMON_H
7 #define __DRIVERS_CRYPTO_STM32_COMMON_H
8 
9 #include <tee_api_types.h>
10 
11 TEE_Result stm32_register_authenc(void);
12 TEE_Result stm32_register_cipher(void);
13 
14 #endif /* __DRIVERS_CRYPTO_STM32_COMMON_H */
15