Searched refs:CheckPeerPkInfoForPdid (Results 1 – 4 of 4) sorted by relevance
32 int32_t CheckPeerPkInfoForPdid(const CJson *context, const CJson *inputData);
1390 int32_t res = CheckPeerPkInfoForPdid(nullptr, nullptr);1394 res = CheckPeerPkInfoForPdid(context, nullptr);1398 res = CheckPeerPkInfoForPdid(context, inputDataJson);1406 res = CheckPeerPkInfoForPdid(context, inputDataJson);
394 int32_t CheckPeerPkInfoForPdid(const CJson *context, const CJson *inputData) in CheckPeerPkInfoForPdid() function
646 int32_t res = CheckPeerPkInfoForPdid(impl->context, credInfo); in GetCertCredInfo()