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

21 lines
379 B
C
Executable File

/*
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
*/
#ifndef __DRV_RSA_H__
#define __DRV_RSA_H__
#ifdef __cplusplus
extern "C" {
#endif
/***************************** Macro Definition ******************************/
gk_s32 drv_rsa_init(gk_void);
gk_void drv_rsa_deinit(gk_void);
#ifdef __cplusplus
}
#endif
#endif /* __DRV_CIPHER_H__ */