Home
last modified time | relevance | path

Searched refs:PSA_ERROR_INVALID_HANDLE (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c51 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in check_key_attributes_sanity()
137 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_mac_key()
156 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_mac_key()
198 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_cipher_key()
226 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_cipher_key()
294 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_aead_key()
312 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_aead_key()
376 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_signature_key()
391 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_signature_key()
410 if (key_destroyable && status == PSA_ERROR_INVALID_HANDLE) { in exercise_signature_key()
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.c101 * \retval #PSA_ERROR_INVALID_HANDLE
127 return PSA_ERROR_INVALID_HANDLE; in psa_get_and_lock_key_slot_in_memory()
428 status = PSA_ERROR_INVALID_HANDLE; in psa_get_and_lock_key_slot()
440 status = PSA_ERROR_INVALID_HANDLE; in psa_get_and_lock_key_slot()
556 if (status == PSA_ERROR_INVALID_HANDLE) { in psa_open_key()
593 status = PSA_ERROR_INVALID_HANDLE; in psa_close_key()
H A Dpsa_util.c103 { PSA_ERROR_INVALID_HANDLE, MBEDTLS_ERR_RSA_BAD_INPUT_DATA },
118 { PSA_ERROR_INVALID_HANDLE, MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE },
160 case PSA_ERROR_INVALID_HANDLE: in psa_pk_status_to_mbedtls()
H A Dpsa_its_file.c181 return PSA_ERROR_INVALID_HANDLE; in psa_its_set()
H A Dpsa_crypto.c1289 return (status == PSA_SUCCESS) ? PSA_ERROR_INVALID_HANDLE : status; in psa_destroy_key()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h124 * key identifier is invalid, but shall return #PSA_ERROR_INVALID_HANDLE
134 * key identifier is invalid, but shall return #PSA_ERROR_INVALID_HANDLE
289 #define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136) macro
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c21 case PSA_ERROR_INVALID_HANDLE: return "PSA_ERROR_INVALID_HANDLE"; in psa_strerror()

Completed in 18 milliseconds