Home
last modified time | relevance | path

Searched refs:PSA_KEY_LIFETIME_GET_LOCATION (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.c128 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_message()
173 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_message()
232 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_hash()
298 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_hash()
393 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_sign_hash_start()
473 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_verify_hash_start()
557 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_get_key_buffer_size_from_key_data()
593 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_get_key_buffer_size()
624 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_generate_key()
710 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetim in psa_driver_wrapper_import_key()
[all...]
H A Dpsa_crypto_driver_wrappers_no_static.c90 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size()
130 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_public_key()
228 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_builtin_key()
H A Dpsa_crypto_se.c71 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()
200 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
H A Dpsa_crypto_slot_management.h243 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime) in psa_key_lifetime_is_external()
H A Dpsa_crypto_slot_management.c674 if (PSA_KEY_LIFETIME_GET_LOCATION(slot->attr.lifetime) != in mbedtls_psa_get_stats()
H A Dpsa_crypto.c2215 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) != in psa_copy_key()
2216 PSA_KEY_LIFETIME_GET_LOCATION(source_slot->attr.lifetime)) { in psa_copy_key()
7960 if (PSA_KEY_LIFETIME_GET_LOCATION(attributes->lifetime) == in psa_generate_key_ext()
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h320 PSA_KEY_LIFETIME_GET_LOCATION(lifetime)); in psa_set_key_id()
H A Dcrypto_values.h2345 #define PSA_KEY_LIFETIME_GET_LOCATION(lifetime) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c36 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime) != in lifetime_is_dynamic_secure_element()

Completed in 21 milliseconds