Home
last modified time | relevance | path

Searched defs:devicePk (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/device_auth/services/mk_agree/src/mock/
H A Dkey_manager_mock.c66 int32_t GetDevicePubKey(int32_t osAccountId, Uint8Buff *devicePk) in GetDevicePubKey()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dmk_agree_test.cpp262 Uint8Buff devicePk = { NULL, 0 }; variable
272 Uint8Buff devicePk = { NULL, 0 }; variable
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/creds_manager/
H A Dasy_token_manager.h28 Uint8Buff devicePk; member
/ohos5.0/base/security/device_auth/services/mk_agree/src/
H A Dmk_agree_task.c37 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeRequestPayload() local
99 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeResponsePayload() local
H A Dkey_manager.c371 int32_t GetDevicePubKey(int32_t osAccountId, Uint8Buff *devicePk) in GetDevicePubKey()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c270 const char *devicePk = GetStringFromJson(info, FIELD_DEVICE_PK); in GetPeerPkFromPkInfo() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c59 const char *devicePk = GetStringFromJson(pkInfoJson, FIELD_DEVICE_PK); in GeneratePkInfoFromJson() local
657 const char *devicePk, Uint8Buff *keyAlias) in DoExportPkAndCompare()
716 uint8_t *devicePk = (uint8_t *)HcMalloc(PK_SIZE, 0); in CheckDevicePk() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c90 const char *devicePk = GetStringFromJson(pkInfoJson, FIELD_DEVICE_PK); in BuildRealPkInfoJson() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp315 std::string devicePk = jsonObject[FIELD_DEVICE_PK].get<std::string>(); in GetCredentialData() local
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c282 const char *devicePk = GetStringFromJson(pkInfoPeer, FIELD_DEVICE_PK); in GetPeerPubKeyFromCert() local