Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c588 static int32_t GenerateSelfKeyAlias(const char *serviceType, int32_t selfUserType, const Uint8Buff *selfAuthIdBuff, in GenerateSelfKeyAlias() argument
597 int32_t ret = GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, keyType, selfAuthIdBuff, selfKeyAlias); in GenerateSelfKeyAlias()
672 Uint8Buff selfAuthIdBuff = { NULL, 0 }; in ComputeAndSavePsk() local
675 int32_t ret = GetSelfAuthIdAndUserType(osAccountId, groupId, &selfAuthIdBuff, &selfUserType, &selfUpgradeFlag); in ComputeAndSavePsk()
684 ret = GenerateSelfKeyAlias(serviceType, selfUserType, &selfAuthIdBuff, isSelfFromUpgrade, &selfKeyAlias); in ComputeAndSavePsk()
685 HcFree(selfAuthIdBuff.val); in ComputeAndSavePsk()
H A Didentity_p2p.c199 Uint8Buff selfAuthIdBuff = { (uint8_t *)selfAuthId, HcStrlen(selfAuthId) }; in ComputeAndSaveDirectAuthPsk() local
205 int32_t ret = GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, keyType, &selfAuthIdBuff, &selfKeyAlias); in ComputeAndSaveDirectAuthPsk()

Completed in 3 milliseconds