Home
last modified time | relevance | path

Searched refs:location (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
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
64 if (location == 0) { in psa_get_se_driver_entry()
68 if (driver_table[i].location == location) { in psa_get_se_driver_entry()
111 if (driver->location > PSA_MAX_SE_LOCATION) { in psa_get_se_driver_its_file_uid()
121 *uid = PSA_CRYPTO_SE_DRIVER_ITS_UID_BASE + driver->location; in psa_get_se_driver_its_file_uid()
170 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location) in psa_destroy_se_persistent_data() argument
173 if (location > PSA_MAX_SE_LOCATION) { in psa_destroy_se_persistent_data()
176 uid = PSA_CRYPTO_SE_DRIVER_ITS_UID_BASE + location; in psa_destroy_se_persistent_data()
191 if (driver->location != key_location) { in psa_find_se_slot_for_key()
[all …]
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
95 switch( location ) 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() local
153 switch( 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() local
229 switch( location ) in psa_driver_wrapper_get_builtin_key()
H A Dpsa_crypto_driver_wrappers.h123 psa_key_location_t location = in psa_driver_wrapper_sign_message() local
126 switch( location ) in psa_driver_wrapper_sign_message()
197 psa_key_location_t location = in psa_driver_wrapper_verify_message() local
200 switch( location ) in psa_driver_wrapper_verify_message()
284 psa_key_location_t location = in psa_driver_wrapper_sign_hash() local
287 switch( location ) in psa_driver_wrapper_sign_hash()
387 psa_key_location_t location = in psa_driver_wrapper_verify_hash() local
390 switch( 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() local
519 switch( location ) in psa_driver_wrapper_sign_hash_start()
[all …]
H A Dpsa_crypto_se.h183 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
/optee_os/core/lib/libefi/include/efi/
H A Dmpinfo.h113 struct efi_cpu_physical_location location; member
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_se_driver.h126 psa_key_location_t location);
1374 psa_key_location_t location,
H A Dcrypto_values.h2398 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
2399 ((location) << 8 | (persistence))
/optee_os/core/kernel/
H A Dasan.c38 struct asan_source_location *location; member
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1650 * Fix runtime library install location when building with CMake and MinGW.
2481 execution depending on the location of the output buffer.
2701 key lifetimes to encode a persistence level and the location. Although C
2703 psa_register_se_driver() must be modified to pass the driver's location
6275 * Fixed include location of endian.h on FreeBSD (found by
6277 * Fixed include location of endian.h and name clash on