Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 7 of 7) sorted by relevance
101 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_RSA_BAD_INPUT_DATA },116 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_ECP_BAD_INPUT_DATA },137 case PSA_ERROR_NOT_PERMITTED: in psa_generic_status_to_mbedtls()168 case PSA_ERROR_NOT_PERMITTED: in psa_pk_status_to_mbedtls()
249 return PSA_ERROR_NOT_PERMITTED; in psa_destroy_se_key()
469 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
612 if (status == PSA_ERROR_NOT_PERMITTED /*missing COPY usage*/ || in copy_into_psa()1334 if (status == PSA_ERROR_NOT_PERMITTED) { in mbedtls_pk_sign_ext()
502 return PSA_ERROR_NOT_PERMITTED; in mbedtls_to_psa_error()1033 return PSA_ERROR_NOT_PERMITTED; in psa_key_policy_permits()1121 status = PSA_ERROR_NOT_PERMITTED; in psa_get_and_lock_key_slot_with_policy()1342 overall_status = PSA_ERROR_NOT_PERMITTED; in psa_destroy_key()6689 return PSA_ERROR_NOT_PERMITTED; in psa_key_derivation_output_key_custom()8047 return PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_inject_entropy()
717 } else if (status != PSA_ERROR_NOT_PERMITTED) { in ecdsa_sign_psa()
86 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro