Searched refs:isoEntity (Results 1 – 1 of 1) sorted by relevance
46 ProtocolEntity *isoEntity = (ProtocolEntity *)HcMalloc(sizeof(ProtocolEntity), 0); in SetIsoProtocol() local47 if (isoEntity == NULL) { in SetIsoProtocol()51 isoEntity->protocolType = ALG_ISO; in SetIsoProtocol()52 isoEntity->expandProcessCmds = CMD_IMPORT_AUTH_CODE | CMD_ADD_TRUST_DEVICE; in SetIsoProtocol()53 … if (info->protocolVec.pushBack(&info->protocolVec, (const ProtocolEntity **)&isoEntity) == NULL) { in SetIsoProtocol()55 HcFree(isoEntity); in SetIsoProtocol()