Searched refs:peerServiceType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 197 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk() argument 213 Uint8Buff peerServiceTypeBuff = { (uint8_t *)peerServiceType, HcStrlen(peerServiceType) }; in ComputeAndSaveDirectAuthPsk()
|
H A D | credential_operator.c | 506 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()
|