Home
last modified time | relevance | path

Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c101 { 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()
H A Dpsa_crypto_se.c249 return PSA_ERROR_NOT_PERMITTED; in psa_destroy_se_key()
H A Dpsa_crypto_storage.c469 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
H A Dpk.c612 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()
H A Dpsa_crypto.c502 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()
H A Dpk_wrap.c717 } else if (status != PSA_ERROR_NOT_PERMITTED) { in ecdsa_sign_psa()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h86 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro