Lines Matching refs:pOperationState
445 * The format to be saved in the pOperationState will be:
451 soft_get_operationstate(soft_session_t *session_p, CK_BYTE_PTR pOperationState,
505 if (pOperationState == NULL_PTR) {
518 p_op_state = (internal_op_state_t *)pOperationState;
524 (void) memcpy((CK_BYTE *)pOperationState +
532 (void) memcpy((CK_BYTE *)pOperationState +
541 (void) memcpy((CK_BYTE *)pOperationState +
583 * The format to be restored from the pOperationState will be:
589 soft_set_operationstate(soft_session_t *session_p, CK_BYTE_PTR pOperationState,
602 p_op_state = (internal_op_state_t *)pOperationState;
621 p_active_op = (crypto_active_op_t *)(pOperationState + offset);
675 (CK_BYTE *)pOperationState + offset,
681 (CK_BYTE *)pOperationState + offset,