Searched refs:ERR_RSA (Results 1 – 1 of 1) sorted by relevance
28 #define ERR_RSA(errno) (CSI_DRV_ERRNO_RSA_BASE | errno) macro32 return ERR_RSA(EDRV_PARAMETER); \1080 return ERR_RSA(EDRV_UNSUPPORTED); in csi_rsa_config()1087 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_config()1094 return ERR_RSA(EDRV_UNSUPPORTED); in csi_rsa_config()1096 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_config()1123 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_encrypt()1159 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_decrypt()1195 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_sign()1232 return ERR_RSA(EDRV_PARAMETER); in csi_rsa_verify()
Completed in 10 milliseconds