Home
last modified time | relevance | path

Searched defs:location (Results 1 – 6 of 6) 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() local
130 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_public_key() local
228 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_builtin_key() local
H A Dpsa_crypto_driver_wrappers.h123 psa_key_location_t location = in psa_driver_wrapper_sign_message() local
197 psa_key_location_t location = in psa_driver_wrapper_verify_message() local
284 psa_key_location_t location = in psa_driver_wrapper_sign_hash() local
387 psa_key_location_t location = in psa_driver_wrapper_verify_hash() local
516 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_sign_hash_start() local
608 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_verify_hash_start() local
706 psa_key_location_t location = in psa_driver_wrapper_get_key_buffer_size_from_key_data() local
736 psa_key_location_t location = in psa_driver_wrapper_generate_key() local
846 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key() local
956 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key() local
[all …]
H A Dpsa_crypto_se.c45 psa_key_location_t location; member
59 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry() local
170 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) in psa_destroy_se_persistent_data()
292 psa_key_location_t location, in psa_register_se_driver()
/optee_os/core/lib/libefi/include/efi/
H A Dmpinfo.h113 struct efi_cpu_physical_location location; member
/optee_os/core/kernel/
H A Dasan.c38 struct asan_source_location *location; member
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h2398 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument