Home
last modified time | relevance | path

Searched refs:psa_key_location_t (Results 1 – 10 of 10) sorted by relevance

/third_party/mbedtls/library/
Dpsa_crypto_driver_wrappers.c121 psa_key_location_t location = in psa_driver_wrapper_sign_message()
195 psa_key_location_t location = in psa_driver_wrapper_verify_message()
282 psa_key_location_t location = in psa_driver_wrapper_sign_hash()
366 psa_key_location_t location = in psa_driver_wrapper_verify_hash()
439 psa_key_location_t location = 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()
518 psa_key_location_t location = 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.c64 psa_key_location_t location;
79 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime ); in psa_get_se_driver_entry()
185 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location ) in psa_destroy_se_persistent_data()
201 psa_key_location_t key_location = in psa_find_se_slot_for_key()
305 psa_key_location_t location, in psa_register_se_driver()
Dpsa_crypto_se.h188 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location );
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.function16 psa_key_location_t location;
92 psa_key_location_t location;
123 psa_key_location_t location )
295 psa_key_location_t location = location_arg;
333 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.function593 psa_storage_uid_t file_uid_for_location( psa_key_location_t location )
601 static int check_persistent_data( psa_key_location_t location,
622 static int check_no_persistent_data( psa_key_location_t location )
775 psa_key_location_t location;
813 psa_key_location_t location;
814 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
836 psa_key_location_t location;
837 psa_key_location_t max = MIN_DRIVER_LOCATION + PSA_MAX_SE_DRIVERS;
861 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
997 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime );
[all …]
Dtest_suite_psa_crypto_metadata.function727 psa_key_location_t location = location_arg;
/third_party/mbedtls/include/psa/
Dcrypto_types.h214 typedef uint32_t psa_key_location_t; typedef
Dcrypto_se_driver.h138 psa_key_location_t location);
1387 psa_key_location_t location,
Dcrypto_values.h2116 ((psa_key_location_t)((lifetime) >> 8))
2178 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t)0x000000)
2180 #define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t)0x800000)
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md78 … This may be either a non-negative integer or a C constant expression of type `psa_key_location_t`.
862 …on the key are performed. Location values can be stored in a variable of type `psa_key_location_t`.