Lines Matching defs:global_data
35 static psa_global_data_t global_data;
45 initialized = global_data.key_slots_initialized;
115 slot = &global_data.key_slots[key_id - PSA_KEY_ID_VOLATILE_MIN];
131 slot = &global_data.key_slots[slot_idx];
159 global_data.key_slots_initialized = 1;
168 psa_key_slot_t *slot = &global_data.key_slots[slot_idx];
174 global_data.key_slots_initialized = 0;
191 psa_key_slot_t *slot = &global_data.key_slots[slot_idx];
230 ((psa_key_id_t) (selected_slot - global_data.key_slots));
657 const psa_key_slot_t *slot = &global_data.key_slots[slot_idx];