/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | user_idm_session_controller_test.cpp | 49 std::vector<uint8_t> challenge; variable 62 std::vector<uint8_t> challenge; variable 75 std::vector<uint8_t> challenge; variable 88 std::vector<uint8_t> challenge; variable 90 auto fillUpChallenge = [&nonce](std::vector<uint8_t> &challenge) { challenge = nonce; }; in __anon08eb12f90102() 108 std::vector<uint8_t> challenge; variable 110 auto fillUpChallenge = [&nonce](std::vector<uint8_t> &challenge) { challenge = nonce; }; in __anon08eb12f90202() 129 std::vector<uint8_t> challenge; variable 131 auto fillUpChallenge = [&nonce](std::vector<uint8_t> &challenge) { challenge = nonce; }; in __anon08eb12f90302()
|
D | context_factory_test.cpp | 58 std::vector<uint8_t> challenge; variable 73 std::vector<uint8_t> challenge; variable 86 std::vector<uint8_t> challenge; variable 101 std::vector<uint8_t> challenge; variable
|
/base/security/device_security_level/services/dslm/ |
D | dslm_msg_utils.c | 33 static uint8_t *GenerateSecInfoResponseJson(uint64_t challenge, const DslmCredBuff *cred) in GenerateSecInfoResponseJson() 80 static uint8_t *GenerateSecInfoRequestJson(uint64_t challenge) in GenerateSecInfoRequestJson() 120 int32_t BuildDeviceSecInfoRequest(uint64_t challenge, MessageBuff **msg) in BuildDeviceSecInfoRequest() 174 int32_t BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) in BuildDeviceSecInfoResponse() 195 int32_t ParseDeviceSecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, … in ParseDeviceSecInfoResponse()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
D | key_agreement.h | 58 struct challenge { struct 60 uint8_t challenge[CHALLENGE_BUFF_LENGTH]; member
|
D | pake_client.c | 257 struct challenge challenge = { 0, {0} }; in build_end_request_data() local 339 struct uint8_buff challenge = { in generate_proof() local 369 struct uint8_buff challenge = {.size = CHALLENGE_BUFF_LENGTH + CHALLENGE_BUFF_LENGTH}; in verify_proof_is_ok() local
|
D | pake_server.c | 277 struct challenge challenge = { 0, {0} }; in get_challenge() local 305 struct uint8_buff challenge = {.size = CHALLENGE_BUFF_LENGTH + CHALLENGE_BUFF_LENGTH}; in verify_proof_is_ok() local 335 struct uint8_buff challenge = { in generate_proof() local
|
/base/useriam/user_auth_framework/services/context/inc/ |
D | context_factory.h | 38 std::vector<uint8_t> challenge; member 63 std::vector<uint8_t> challenge; member
|
/base/security/device_security_level/oem_property/ohos/common/ |
D | dslm_ohos_verify.c | 41 uint64_t challenge; member 154 static int32_t CheckNonceOfCertChain(const struct NonceOfCertChain *nonce, uint64_t challenge, cons… in CheckNonceOfCertChain() 169 …erifyNonceOfCertChain(const char *jsonStr, const struct DeviceIdentify *device, uint64_t challenge) in VerifyNonceOfCertChain() 231 static int32_t VerifyStandardDslmCred(const DeviceIdentify *device, uint64_t challenge, const DslmC… in VerifyStandardDslmCred() 276 int32_t VerifyOhosDslmCred(const DeviceIdentify *device, uint64_t challenge, const DslmCredBuff *cr… in VerifyOhosDslmCred()
|
/base/security/device_auth/services/authenticators/inc/account_unrelated/iso_task/lite_exchange_task/ |
D | iso_client_bind_exchange_task.h | 23 uint8_t challenge[CHALLENGE_SIZE]; member
|
/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
D | account_iam_mgr_proxy_test.cpp | 63 std::vector<uint8_t> challenge; variable 77 std::vector<uint8_t> challenge; variable
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
D | sec_comp_enhance_data.h | 58 uint64_t challenge; member
|
/base/account/os_account/test/fuzztest/iamaccount/opensession_fuzzer/ |
D | opensession_fuzzer.cpp | 30 std::vector<uint8_t> challenge; in OpenSessionFuzzTest() local
|
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/lite_exchange_task/ |
D | iso_server_bind_exchange_task.c | 76 static int DecryptChallenge(const IsoParams *params, const CJson *in, uint8_t *challenge, uint32_t … in DecryptChallenge() 170 static int GenerateAuthCodeAndImport(const IsoParams *params, CJson *out, uint8_t *challenge, uint3… in GenerateAuthCodeAndImport() 225 uint8_t *challenge = (uint8_t *)HcMalloc(CHALLENGE_SIZE, 0); in ServerBindExchangeStart() local
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
D | hks_access_control_part1_test.cpp | 75 const char *challenge = "AuthToken_Sign_Verify_KeyAliass"; variable
|
/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/ |
D | pake_v1_protocol_common.c | 293 Uint8Buff challenge = { challengeVal, PAKE_CHALLENGE_LEN + PAKE_CHALLENGE_LEN }; in GenerateProof() local 320 Uint8Buff challenge = { challengeVal, PAKE_CHALLENGE_LEN + PAKE_CHALLENGE_LEN }; in VerifyProof() local
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
D | user_auth_proxy.cpp | 164 bool UserAuthProxy::WriteAuthParam(MessageParcel &data, const std::vector<uint8_t> &challenge, in WriteAuthParam() 186 uint64_t UserAuthProxy::Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType au… in Auth() 296 uint64_t UserAuthProxy::AuthUser(int32_t userId, const std::vector<uint8_t> &challenge, in AuthUser() 331 uint64_t UserAuthProxy::Identify(const std::vector<uint8_t> &challenge, AuthType authType, in Identify()
|
D | user_auth_stub.cpp | 198 std::vector<uint8_t> challenge; in AuthStub() local 316 std::vector<uint8_t> challenge; in AuthUserStub() local 362 std::vector<uint8_t> challenge; in IdentifyStub() local
|
/base/useriam/user_auth_framework/services/core/src/ |
D | user_idm_session_controller_impl.cpp | 29 bool UserIdmSessionControllerImpl::OpenSession(int32_t userId, std::vector<uint8_t> &challenge) in OpenSession()
|
/base/account/os_account/test/fuzztest/iamaccount/auth_fuzzer/ |
D | auth_fuzzer.cpp | 42 std::vector<uint8_t> challenge = {static_cast<uint8_t>(size)}; in AuthFuzzTest() local
|
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
D | account_iam_service_test.cpp | 107 std::vector<uint8_t> challenge; variable 218 std::vector<uint8_t> challenge; variable
|
/base/account/os_account/test/fuzztest/iamaccount/authuser_fuzzer/ |
D | authuser_fuzzer.cpp | 43 std::vector<uint8_t> challenge = {static_cast<uint8_t>(size)}; in AuthUserFuzzTest() local
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/model/ |
D | userIdmModel.ts | 23 protected challenge: Uint8Array property in UserIdmModel
|
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
D | user_auth_common_defines.h | 66 std::vector<uint8_t> challenge; member
|
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_test.cpp | 495 uint64_t challenge; variable 521 uint64_t challenge; variable 537 uint64_t challenge; variable 553 uint64_t challenge; variable 570 uint64_t challenge; variable 587 uint64_t challenge; variable 609 uint64_t challenge; variable 645 uint64_t challenge; variable 1303 uint64_t challenge = 0x1234; variable 1315 uint64_t challenge = 0x1234; variable [all …]
|
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
D | user_auth_service_fuzzer.cpp | 174 std::vector<uint8_t> challenge; in FuzzAuth() local 190 std::vector<uint8_t> challenge; in FuzzAuthUser() local 205 std::vector<uint8_t> challenge; in FuzzIdentify() local
|