Home
last modified time | relevance | path

Searched refs:isoEntity (Results 1 - 1 of 1) sorted by relevance

/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c46 ProtocolEntity *isoEntity = (ProtocolEntity *)HcMalloc(sizeof(ProtocolEntity), 0); in SetIsoProtocol() local
47 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()

Completed in 2 milliseconds