Lines Matching refs:location
64 psa_key_location_t location; member
79 psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( lifetime ); in psa_get_se_driver_entry() local
84 if( location == 0 ) in psa_get_se_driver_entry()
88 if( driver_table[i].location == location ) in psa_get_se_driver_entry()
128 if( driver->location > PSA_MAX_SE_LOCATION ) in psa_get_se_driver_its_file_uid()
138 *uid = PSA_CRYPTO_SE_DRIVER_ITS_UID_BASE + driver->location; in psa_get_se_driver_its_file_uid()
185 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location ) in psa_destroy_se_persistent_data() argument
188 if( location > PSA_MAX_SE_LOCATION ) in psa_destroy_se_persistent_data()
190 uid = PSA_CRYPTO_SE_DRIVER_ITS_UID_BASE + location; in psa_destroy_se_persistent_data()
205 if( driver->location != key_location ) in psa_find_se_slot_for_key()
279 if( driver->location == 0 ) in psa_init_all_se_drivers()
287 driver->location ); in psa_init_all_se_drivers()
305 psa_key_location_t location, in psa_register_se_driver() argument
319 if( location == PSA_KEY_LOCATION_LOCAL_STORAGE ) in psa_register_se_driver()
321 if( location > PSA_MAX_SE_LOCATION ) in psa_register_se_driver()
326 if( driver_table[i].location == 0 ) in psa_register_se_driver()
331 if( driver_table[i].location == location ) in psa_register_se_driver()
337 driver_table[i].location = location; in psa_register_se_driver()