Home
last modified time | relevance | path

Searched refs:IsP2pAuth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/
H A Ddev_session_util.h29 bool IsP2pAuth(const IdentityInfo *info);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c275 bool IsP2pAuth(const IdentityInfo *info) in IsP2pAuth() function
297 if (!IsP2pAuth(info)) { in SetPeerAuthIdToContextIfNeeded()
H A Ddev_session_v2.c1407 return AddAllAuthFirstMsg(impl, sessionMsg, (IsP2pAuth(curCred) && !isDirectAuth)); in ProcStartEventInner()
1944 bool isP2pAuth = IsP2pAuth(selfCred); in ProcAuthEventInner()