Home
last modified time | relevance | path

Searched defs:location (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
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
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
388 psa_key_location_t location = in psa_driver_wrapper_verify_hash() local
518 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_sign_hash_start() local
610 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_verify_hash_start() local
708 psa_key_location_t location = in psa_driver_wrapper_get_key_buffer_size_from_key_data() local
737 psa_key_location_t location = in psa_driver_wrapper_generate_key() local
847 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_import_key() local
957 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( in psa_driver_wrapper_export_key() local
[all …]
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()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/
Dkey_management.h32 psa_key_location_t location; member
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_jsons/
Dmbedtls_test_opaque_driver.json4 "location": "0x7fffff", string
Ddriver_opaque_schema.json16 "location": { object
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h2398 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument