Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c455 internal_op_state_t *p_op_state; in soft_get_operationstate() local
518 p_op_state = (internal_op_state_t *)pOperationState; in soft_get_operationstate()
519 p_op_state->op_len = op_data_len; in soft_get_operationstate()
520 p_op_state->op_active = DIGEST_OP; in soft_get_operationstate()
521 p_op_state->op_session_state = session_p->state; in soft_get_operationstate()
595 internal_op_state_t *p_op_state; in soft_set_operationstate() local
602 p_op_state = (internal_op_state_t *)pOperationState; in soft_set_operationstate()
604 if (p_op_state->op_len != ulOperationStateLen) { in soft_set_operationstate()
612 if (p_op_state->op_active != DIGEST_OP) in soft_set_operationstate()
637 if (session_p->state != p_op_state->op_session_state) { in soft_set_operationstate()