Home
last modified time | relevance | path

Searched refs:CheckPeerPkInfoForPdid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/
H A Ddev_session_util.h32 int32_t CheckPeerPkInfoForPdid(const CJson *context, const CJson *inputData);
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1390 int32_t res = CheckPeerPkInfoForPdid(nullptr, nullptr);
1394 res = CheckPeerPkInfoForPdid(context, nullptr);
1398 res = CheckPeerPkInfoForPdid(context, inputDataJson);
1406 res = CheckPeerPkInfoForPdid(context, inputDataJson);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c394 int32_t CheckPeerPkInfoForPdid(const CJson *context, const CJson *inputData) in CheckPeerPkInfoForPdid() function
H A Ddev_session_v2.c646 int32_t res = CheckPeerPkInfoForPdid(impl->context, credInfo); in GetCertCredInfo()