Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c30 dlSpekeEntity->expandProcessCmds = CMD_IMPORT_AUTH_CODE | CMD_ADD_TRUST_DEVICE; in SetDlSpekeProtocol()
52 isoEntity->expandProcessCmds = CMD_IMPORT_AUTH_CODE | CMD_ADD_TRUST_DEVICE; in SetIsoProtocol()
100 ecSpekeEntity->expandProcessCmds = CMD_EXCHANGE_PK | CMD_ADD_TRUST_DEVICE; in SetProtocolsForPinType()
127 ecSpekeEntity->expandProcessCmds = 0; in SetProtocolsForDirectAuth()
H A Dcert_operation.c42 entity->expandProcessCmds = CMD_ADD_TRUST_DEVICE; in SetProtocolsForUidType()
425 ecSpekeEntity->expandProcessCmds = CMD_ADD_TRUST_DEVICE; in GetAccountAsymIdentityInfo()
428 ecSpekeEntity->expandProcessCmds |= CMD_MK_AGREE; in GetAccountAsymIdentityInfo()
H A Didentity_p2p.c29 ecSpekeEntity->expandProcessCmds = 0; in SetProtocolsToIdentityInfo()
/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h91 uint32_t expandProcessCmds; member
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c280 impl->protocolEntity.expandProcessCmds = 0; in ResetSessionState()
439 if (((entity->expandProcessCmds & CMDS_LIB[i].id) == 0) || (IsCmdIntercepted(impl, CMDS_LIB[i]))) { in AddTodoCmdsToAbility()
1580 if (!IsCmdSupport(CMDS_LIB[i].id) || ((selfProtocolEntity->expandProcessCmds & CMDS_LIB[i].id) == 0)) { in SelfCmdsNegotiate()
1592 impl->protocolEntity.expandProcessCmds |= selfCmds; in SelfCmdsNegotiate()
1631 impl->protocolEntity.expandProcessCmds |= peerCmds; in PeerCmdsNegotiate()
1664 impl->protocolEntity.expandProcessCmds); in ProtocolEntityNegotiate()
1832 uint32_t cmds = impl->protocolEntity.expandProcessCmds; in AddAllCmds()
1905 if (impl->protocolEntity.expandProcessCmds == 0) { in OnAuthSubSessionFinish()
2055 } else if (impl->protocolEntity.expandProcessCmds == 0) { in ProcAuthEvent()

Completed in 8 milliseconds