Lines Matching refs:pMech
315 opstate.state[0].op_mech = session->init.pMech->mechanism;
337 session->init.pMech->ulParameterLen;
346 session->init.pMech->ulParameterLen;
349 opstate.state[0].op_mech = session->init.pMech->mechanism;
353 if (session->init.pMech->ulParameterLen > 0) {
356 session->init.pMech->pParameter,
357 session->init.pMech->ulParameterLen);
523 session->init.pMech = calloc(1, sizeof (CK_MECHANISM));
524 if (session->init.pMech == NULL) {
528 session->init.pMech->mechanism = opstate.state[0].op_mech;
545 session->init.pMech = calloc(1, sizeof (CK_MECHANISM));
546 if (session->init.pMech == NULL) {
550 session->init.pMech->mechanism = opstate.state[0].op_mech;
552 session->init.pMech->ulParameterLen =
554 session->init.pMech->pParameter =
556 if (session->init.pMech->pParameter == NULL) {
557 free(session->init.pMech);
561 (void) memcpy(session->init.pMech->pParameter,