Home
last modified time | relevance | path

Searched refs:p_op_state (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c474 internal_op_state_t *p_op_state; in soft_get_operationstate() local
537 p_op_state = (internal_op_state_t *)pOperationState; in soft_get_operationstate()
538 p_op_state->op_len = op_data_len; in soft_get_operationstate()
539 p_op_state->op_active = DIGEST_OP; in soft_get_operationstate()
540 p_op_state->op_session_state = session_p->state; in soft_get_operationstate()
614 internal_op_state_t *p_op_state; in soft_set_operationstate() local
621 p_op_state = (internal_op_state_t *)pOperationState; in soft_set_operationstate()
623 if (p_op_state->op_len != ulOperationStateLen) { in soft_set_operationstate()
631 if (p_op_state->op_active != DIGEST_OP) in soft_set_operationstate()
656 if (session_p->state != p_op_state->op_session_state) { in soft_set_operationstate()