Home
last modified time | relevance | path

Searched refs:PSA_KEY_LIFETIME_GET_LOCATION (Results 1 – 11 of 11) sorted by relevance

/third_party/mbedtls/library/
Dpsa_crypto_driver_wrappers.c122 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_sign_message()
196 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_verify_message()
283 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_sign_hash()
367 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_verify_hash()
440 PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_get_key_buffer_size_from_key_data()
481 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); in psa_driver_wrapper_get_key_buffer_size()
519 PSA_KEY_LIFETIME_GET_LOCATION(attributes->core.lifetime); in psa_driver_wrapper_generate_key()
595 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key()
674 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key()
732 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_public_key()
[all …]
Dpsa_crypto_se.c79 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime ); in psa_get_se_driver_entry()
202 PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime( attributes ) ); in psa_find_se_slot_for_key()
Dpsa_crypto_slot_management.h182 return( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ) in psa_key_lifetime_is_external()
Dpsa_crypto_slot_management.c573 if( PSA_KEY_LIFETIME_GET_LOCATION( slot->attr.lifetime ) != in mbedtls_psa_get_stats()
Dpsa_crypto.c2041 if( PSA_KEY_LIFETIME_GET_LOCATION( target_slot->attr.lifetime ) != in psa_copy_key()
2042 PSA_KEY_LIFETIME_GET_LOCATION( source_slot->attr.lifetime ) ) in psa_copy_key()
5809 if ( PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ) == in psa_generate_key()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.function333 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
402 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
456 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
523 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
573 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
634 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
Dtest_suite_psa_crypto_se_driver_hal.function559 if( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ) < MIN_DRIVER_LOCATION )
861 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
997 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
1085 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
1157 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
1198 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
1278 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
1443 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
Dtest_suite_psa_crypto_metadata.function737 TEST_EQUAL( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ), location );
/third_party/mbedtls/include/psa/
Dcrypto_struct.h371 PSA_KEY_LIFETIME_GET_LOCATION( lifetime ) ); in psa_set_key_id()
Dcrypto_values.h2115 #define PSA_KEY_LIFETIME_GET_LOCATION(lifetime) \ macro
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c38 return( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ) != in lifetime_is_dynamic_secure_element()