Home
last modified time | relevance | path

Searched refs:peerServiceType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c197 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk() argument
213 Uint8Buff peerServiceTypeBuff = { (uint8_t *)peerServiceType, HcStrlen(peerServiceType) }; in ComputeAndSaveDirectAuthPsk()
H A Dcredential_operator.c506 static int32_t ComputeAndSavePsk(int32_t osAccountId, const char *peerServiceType, const char *peer… in ComputeAndSavePsk() argument
528 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, peerServiceType, peerAuthId, keyType, &peerKeyAl… in ComputeAndSavePsk()
548 …res = GenerateKeyAliasInner(DEFAULT_PACKAGE_NAME, peerServiceType, peerAuthId, KEY_ALIAS_PSK, &sha… in ComputeAndSavePsk()