Searched refs:CC_RSA_INVALID_PTR_ERROR (Results 1 – 3 of 3) sorted by relevance
230 case CC_RSA_INVALID_PTR_ERROR: in error_mapping_cc_to_mbedtls_rsa()1614 Error = CC_RSA_INVALID_PTR_ERROR; in mbedtls_rsa_public()1689 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_private()1695 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_private()1777 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_oaep_encrypt()1782 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_oaep_encrypt()1897 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_pkcs1_v15_encrypt()1902 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_pkcs1_v15_encrypt()2036 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_oaep_decrypt()2145 GOTO_END( CC_RSA_INVALID_PTR_ERROR ); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()[all …]
152 #define CC_RSA_INVALID_PTR_ERROR (CC_RSA_MODULE_ERROR_BASE + 0x41UL) macro
726 case CC_RSA_INVALID_PTR_ERROR: in cc3xx_rsa_cc_error_to_psa_error()