Searched defs:devicePk (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/device_auth/services/mk_agree/src/mock/ |
H A D | key_manager_mock.c | 66 int32_t GetDevicePubKey(int32_t osAccountId, Uint8Buff *devicePk) in GetDevicePubKey()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | mk_agree_test.cpp | 262 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 D | asy_token_manager.h | 28 Uint8Buff devicePk; member
|
/ohos5.0/base/security/device_auth/services/mk_agree/src/ |
H A D | mk_agree_task.c | 37 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeRequestPayload() local 99 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeResponsePayload() local
|
H A D | key_manager.c | 371 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 D | pake_v2_auth_task_common.c | 270 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 D | asy_token_manager.c | 59 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 D | dev_session_util.c | 90 const char *devicePk = GetStringFromJson(pkInfoJson, FIELD_DEVICE_PK); in BuildRealPkInfoJson() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
H A D | dm_credential_manager.cpp | 315 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 D | cert_operation.c | 282 const char *devicePk = GetStringFromJson(pkInfoPeer, FIELD_DEVICE_PK); in GetPeerPubKeyFromCert() local
|