Home
last modified time | relevance | path

Searched refs:GetAndCheckKeyLenOnServer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_common.h34 int32_t GetAndCheckKeyLenOnServer(const CJson *in, uint32_t keyLen);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_message_util.c73 int32_t res = GetAndCheckKeyLenOnServer(in, params->returnKey.length); in ParsePakeRequestMessage()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_server_protocol_task.c95 GOTO_ERR_AND_SET_RET(GetAndCheckKeyLenOnServer(in, params->keyLen), res); in IsoServerStart()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c548 int32_t GetAndCheckKeyLenOnServer(const CJson *in, uint32_t keyLen) in GetAndCheckKeyLenOnServer() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1053 int32_t res = GetAndCheckKeyLenOnServer(nullptr, 0);
1058 res = GetAndCheckKeyLenOnServer(in, 0);
1062 res = GetAndCheckKeyLenOnServer(in, 0);