Home
last modified time | relevance | path

Searched refs:pkInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c581 if (GeneratePkInfoFromInfo(&token->pkInfo, &returnToken->pkInfo) != HC_SUCCESS) { in GenerateAccountTokenFromToken()
1109 int32_t ret = GeneratePkInfoFromInfo(&existToken->pkInfo, &token->pkInfo); in GetToken()
1350 token->pkInfo.deviceId.val = NULL; in InitTokenData()
1351 token->pkInfo.userId.val = NULL; in InitTokenData()
1352 token->pkInfo.version.val = NULL; in InitTokenData()
1353 token->pkInfo.devicePk.val = NULL; in InitTokenData()
1404 token->pkInfo.deviceId.length = 0; in DestroyAccountToken()
1405 HcFree(token->pkInfo.userId.val); in DestroyAccountToken()
1406 token->pkInfo.userId.length = 0; in DestroyAccountToken()
1407 HcFree(token->pkInfo.version.val); in DestroyAccountToken()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp268 "pkInfo" : "",
357 "pkInfo" : "",
390 "pkInfo" : "",
437 "pkInfo" : "",
446 "pkInfo" : "",
495 "pkInfo" : "",
526 "pkInfo" : "",
578 "pkInfo" : "",
587 "pkInfo" : "",
619 "pkInfo" : "",
[all …]
H A DUTTest_dm_anonymous.cpp318 "pkInfo" : "",
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c262 …32_t GeneratePkInfo(int32_t osAccountId, const char *queryUdid, const char *groupId, CJson *pkInfo) in GeneratePkInfo() argument
275 if (AddStringToJson(pkInfo, FIELD_GROUP_ID, groupId) != HC_SUCCESS) { in GeneratePkInfo()
279 if (AddStringToJson(pkInfo, FIELD_PUBLIC_KEY, returnPkHexStr) != HC_SUCCESS) { in GeneratePkInfo()
297 CJson *pkInfo = CreateJson(); in AddAllPkInfoToList() local
298 if (pkInfo == NULL) { in AddAllPkInfoToList()
302 int32_t res = GeneratePkInfo(osAccountId, queryUdid, groupId, pkInfo); in AddAllPkInfoToList()
304 FreeJson(pkInfo); in AddAllPkInfoToList()
307 if (AddObjToArray(pkInfoList, pkInfo) != HC_SUCCESS) { in AddAllPkInfoToList()
309 FreeJson(pkInfo); in AddAllPkInfoToList()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/creds_manager/
H A Dasy_token_manager.h33 PkInfo pkInfo; member
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp50 std::string pkInfo; member
77 credentialData.pkInfo = jsonObject[FIELD_PKINFO].get<std::string>(); in from_json()
353 credentialDataInfo.pkInfo = jsonPkInfo.dump(); in from_json()
378 jsonObject[FIELD_PKINFO] = credentialDataInfo.pkInfo; in to_json()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c401 const char *pkInfo = GetStringFromJson(inputData, FIELD_PK_INFO); in CheckPeerPkInfoForPdid() local
402 if (pkInfo == NULL) { in CheckPeerPkInfoForPdid()
406 CJson *pkInfoJson = CreateJsonFromString(pkInfo); in CheckPeerPkInfoForPdid()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H A Ddm_credential_manager.h30 std::string pkInfo; member
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/
H A Dauthenticate_device_service_impl_fuzzer.cpp69 "pkInfo" : "",
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c377 …if (memcpy_s(params->pkSelf, PK_SIZE, token->pkInfo.devicePk.val, token->pkInfo.devicePk.length) !… in GetAsyPubKeyInfo()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp205 "pkInfo": "",
248 "pkInfo": "",
291 "pkInfo": "",
923 "pkInfo": "",
H A DUTTest_device_manager_service.cpp1425 "pkInfo" : "pkginfo",
/ohos5.0/foundation/distributedhardware/device_manager/test/smallunittest/
H A Ddevice_manager_linux_test.cpp118 "pkInfo": "",
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp107 "pkInfo" : "",
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-device-manager-sys.md1404 pkInfo: string;
1424 pkInfo: "",
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-device-manager-sys.md1404 pkInfo: string;
1424 pkInfo: "",