Home
last modified time | relevance | path

Searched refs:GetDevicePubKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/mk_agree/inc/
H A Dkey_manager.h37 int32_t GetDevicePubKey(int32_t osAccountId, Uint8Buff *devicePk);
/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() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dmk_agree_test.cpp265 ret = GetDevicePubKey(DEFAULT_OS_ACCOUNT, &devicePk);
273 int32_t ret = GetDevicePubKey(DEFAULT_OS_ACCOUNT, &devicePk);
H A Ddeviceauth_interface_test.cpp925 int32_t res = GetDevicePubKey(DEFAULT_OS_ACCOUNT, nullptr);
/ohos5.0/base/security/device_auth/services/mk_agree/src/
H A Dmk_agree_task.c42 res = GetDevicePubKey(pakeTask->taskBase.osAccountId, &devicePk); in GeneratePakeRequestPayload()
104 int32_t res = GetDevicePubKey(pakeTask->taskBase.osAccountId, &devicePk); in GeneratePakeResponsePayload()
H A Dkey_manager.c371 int32_t GetDevicePubKey(int32_t osAccountId, Uint8Buff *devicePk) in GetDevicePubKey() function