Lines Matching refs:state
119 if ((slot->state == PSA_SLOT_FULL) &&
132 /* Only consider slots which are in a full state. */
133 if ((slot->state == PSA_SLOT_FULL) &&
156 * means that all the key slots are in a valid, empty state. The global
170 slot->state = PSA_SLOT_PENDING_DELETION;
192 if (slot->state == PSA_SLOT_EMPTY) {
198 (slot->state == PSA_SLOT_FULL) &&
455 if ((slot->state != PSA_SLOT_FULL) &&
456 (slot->state != PSA_SLOT_PENDING_DELETION)) {
462 if ((slot->state == PSA_SLOT_PENDING_DELETION) &&
661 if (slot->state == PSA_SLOT_EMPTY) {