Lines Matching refs:p_slot
1099 psa_key_slot_t **p_slot, in psa_get_and_lock_key_slot_with_policy() argument
1106 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()
1110 slot = *p_slot; in psa_get_and_lock_key_slot_with_policy()
1138 *p_slot = NULL; in psa_get_and_lock_key_slot_with_policy()
1165 psa_key_slot_t **p_slot, in psa_get_and_lock_transparent_key_slot_with_policy() argument
1169 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()
1175 if (psa_key_lifetime_is_external((*p_slot)->attr.lifetime)) { in psa_get_and_lock_transparent_key_slot_with_policy()
1176 psa_unregister_read_under_mutex(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()
1177 *p_slot = NULL; in psa_get_and_lock_transparent_key_slot_with_policy()
1781 psa_key_slot_t **p_slot, in psa_start_key_creation() argument
1803 p_slot); in psa_start_key_creation()
1811 psa_key_slot_t *slot = *p_slot; in psa_start_key_creation()