Searched refs:p_slot (Results 1 – 3 of 3) sorted by relevance
107 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot_in_memory() argument145 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()178 psa_key_slot_t **p_slot) in psa_reserve_free_key_slot() argument231 *p_slot = selected_slot; in psa_reserve_free_key_slot()238 *p_slot = NULL; in psa_reserve_free_key_slot()362 psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot() argument366 *p_slot = NULL; in psa_get_and_lock_key_slot()386 status = psa_get_and_lock_key_slot_in_memory(key, p_slot); in psa_get_and_lock_key_slot()400 status = psa_reserve_free_key_slot(&volatile_key_id, p_slot); in psa_get_and_lock_key_slot()409 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()[all …]
85 psa_key_slot_t **p_slot);126 psa_key_slot_t **p_slot);
1093 psa_key_slot_t **p_slot, in psa_get_and_lock_key_slot_with_policy() argument1100 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()1104 slot = *p_slot; in psa_get_and_lock_key_slot_with_policy()1132 *p_slot = NULL; in psa_get_and_lock_key_slot_with_policy()1159 psa_key_slot_t **p_slot, in psa_get_and_lock_transparent_key_slot_with_policy() argument1163 psa_status_t status = psa_get_and_lock_key_slot_with_policy(key, p_slot, in psa_get_and_lock_transparent_key_slot_with_policy()1169 if (psa_key_lifetime_is_external((*p_slot)->attr.lifetime)) { in psa_get_and_lock_transparent_key_slot_with_policy()1170 psa_unregister_read_under_mutex(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()1171 *p_slot = NULL; in psa_get_and_lock_transparent_key_slot_with_policy()1752 psa_key_slot_t **p_slot, in psa_start_key_creation() argument[all …]