gk7205v200-uboot/product/cipher/v2/drv/spacc/spacc_intf.h
2025-08-07 17:13:54 +08:00

16 lines
280 B
C
Executable File

/*
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
*/
#ifndef _SPACC_INTF_H_
#define _SPACC_INTF_H_
gk_s32 drv_cipher_init(gk_void);
gk_void drv_cipher_deinit(gk_void);
gk_s32 drv_rsa_init(gk_void);
gk_void drv_rsa_deinit(gk_void);
#endif