Searched refs:location (Results 1 – 9 of 9) sorted by relevance
45 psa_key_location_t location; member59 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION(lifetime); in psa_get_se_driver_entry() local64 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() argument173 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 …]
90 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); in psa_driver_wrapper_get_key_buffer_size() local95 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() local153 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() local229 switch( location ) in psa_driver_wrapper_get_builtin_key()
123 psa_key_location_t location = in psa_driver_wrapper_sign_message() local126 switch( location ) in psa_driver_wrapper_sign_message()197 psa_key_location_t location = in psa_driver_wrapper_verify_message() local200 switch( location ) in psa_driver_wrapper_verify_message()284 psa_key_location_t location = in psa_driver_wrapper_sign_hash() local287 switch( location ) in psa_driver_wrapper_sign_hash()387 psa_key_location_t location = in psa_driver_wrapper_verify_hash() local390 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() local519 switch( location ) in psa_driver_wrapper_sign_hash_start()[all …]
183 psa_status_t psa_destroy_se_persistent_data(psa_key_location_t location);
113 struct efi_cpu_physical_location location; member
126 psa_key_location_t location);1374 psa_key_location_t location,
2398 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument2399 ((location) << 8 | (persistence))
38 struct asan_source_location *location; member
1650 * 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 C2703 psa_register_se_driver() must be modified to pass the driver's location6275 * Fixed include location of endian.h on FreeBSD (found by6277 * Fixed include location of endian.h and name clash on