Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
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.c45 psa_key_location_t location;
59 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry()
170 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) in psa_destroy_se_persistent_data()
187 psa_key_location_t key_location = in psa_find_se_slot_for_key()
292 psa_key_location_t location, in psa_register_se_driver()
H A Dpsa_crypto_driver_wrappers.h123 psa_key_location_t location = in psa_driver_wrapper_sign_message()
197 psa_key_location_t location = in psa_driver_wrapper_verify_message()
284 psa_key_location_t location = in psa_driver_wrapper_sign_hash()
387 psa_key_location_t location = 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()
706 psa_key_location_t location = in psa_driver_wrapper_get_key_buffer_size_from_key_data()
736 psa_key_location_t location = 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 …]
H A Dpsa_crypto_se.h183 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_types.h260 typedef uint32_t psa_key_location_t; typedef
H A Dcrypto_se_driver.h126 psa_key_location_t location);
1374 psa_key_location_t location,
H A Dcrypto_values.h2346 ((psa_key_location_t) ((lifetime) >> 8))
2408 #define PSA_KEY_LOCATION_LOCAL_STORAGE ((psa_key_location_t) 0x000000)
2410 #define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t) 0x800000)