Home
last modified time | relevance | path

Searched refs:u32UseKS (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c2762 static int32_t CheckRsaBufferSize(uint32_t u32OpMode, uint32_t u32BufSize, uint32_t u32UseKS);
2767 static int32_t CheckRsaBufferSize(uint32_t u32OpMode, uint32_t u32BufSize, uint32_t u32UseKS) in CheckRsaBufferSize() argument
2772 if(u32UseKS) in CheckRsaBufferSize()
2825 void *psRSA_Buf, uint32_t u32BufSize, uint32_t u32UseKS) in RSA_Open() argument
2831 if(CheckRsaBufferSize(u32OpMode, u32BufSize, u32UseKS) != 0) in RSA_Open()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dcrypto.h430 … uint32_t u32OpMode, uint32_t u32KeySize, void *psRSA_Buf, uint32_t u32BufSize, uint32_t u32UseKS);