Searched refs:PSA_KEY_LIFETIME_GET_LOCATION (Results 1 – 8 of 8) sorted by relevance
90 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()
124 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_sign_message()198 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_verify_message()285 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_sign_hash()388 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_verify_hash()516 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_sign_hash_start()608 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_verify_hash_start()707 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size_from_key_data()737 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_driver_wrapper_generate_key()846 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key()956 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key()[all …]
302 return PSA_KEY_LIFETIME_GET_LOCATION(lifetime) in psa_key_lifetime_is_external()
59 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()188 PSA_KEY_LIFETIME_GET_LOCATION(psa_get_key_lifetime(attributes)); in psa_find_se_slot_for_key()
1119 if (PSA_KEY_LIFETIME_GET_LOCATION(slot->attr.lifetime) != in mbedtls_psa_get_stats()
2258 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) != in psa_copy_key()2259 PSA_KEY_LIFETIME_GET_LOCATION(source_slot->attr.lifetime)) { in psa_copy_key()8231 if (PSA_KEY_LIFETIME_GET_LOCATION(attributes->lifetime) == in psa_generate_key_custom()
346 PSA_KEY_LIFETIME_GET_LOCATION(lifetime)); in psa_set_key_id()
2345 #define PSA_KEY_LIFETIME_GET_LOCATION(lifetime) \ macro