Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 19 of 19) sorted by relevance

/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/entry/src/ohosTest/js/test/
DSignNormalNotAccessBiometricExecute.test.js21 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
154 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
182 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
211 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
239 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
278 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
314 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
341 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
371 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
DExecute.test.js21 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
246 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
251 challenge: new Uint8Array([49, 49, 49, 49, 49, 49]), property
266 challenge: null, property
273 challenge: new Uint8Array(['aaa']), property
/test/xts/hats/useriam/userauth_additional/src/
Duser_auth_hdi.cpp209 std::vector<uint8_t> challenge; variable
275 std::vector<uint8_t> challenge; variable
328 std::vector<uint8_t> challenge; variable
365 std::vector<uint8_t> challenge; variable
459 std::vector<uint8_t> challenge; variable
529 std::vector<uint8_t> challenge; variable
581 std::vector<uint8_t> challenge; variable
672 std::vector<uint8_t> challenge; variable
708 std::vector<uint8_t> challenge; variable
744 std::vector<uint8_t> challenge; variable
[all …]
/test/xts/device_attest/services/core/security/
Dattest_security_token.c30 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, size_t tokenValueLen, in EncryptHmac()
96 static int32_t EncryptHmacIterative(const char *challenge, const uint8_t *tokenValue, size_t tokenV… in EncryptHmacIterative()
340 static int32_t GetProductToken(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValueHm… in GetProductToken()
394 static int32_t GetProductTokenInfo(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenVal… in GetProductTokenInfo()
689 static int32_t GetTokenValueHmac(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValue… in GetTokenValueHmac()
746 int32_t GetTokenValueAndId(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValueHmacLe… in GetTokenValueAndId()
/test/xts/device_attest_lite/services/core/security/
Dattest_security_token.c30 static int32_t EncryptHmac(const char *challenge, const uint8_t *tokenValue, size_t tokenValueLen, in EncryptHmac()
96 static int32_t EncryptHmacIterative(const char *challenge, const uint8_t *tokenValue, size_t tokenV… in EncryptHmacIterative()
340 static int32_t GetProductToken(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValueHm… in GetProductToken()
394 static int32_t GetProductTokenInfo(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenVal… in GetProductTokenInfo()
664 static int32_t GetTokenValueHmac(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValue… in GetTokenValueHmac()
721 int32_t GetTokenValueAndId(const char* challenge, uint8_t* tokenValueHmac, uint8_t tokenValueHmacLe… in GetTokenValueAndId()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service.c90 ChallengeResult* challenge = NULL; in ResetDevice() local
135 ChallengeResult* challenge = NULL; in AuthDevice() local
185 ChallengeResult* challenge = NULL; in ActiveToken() local
Dattest_service_challenge.c87 static int32_t ParseChallengeResult(const char* jsonStr, ChallengeResult* challenge) in ParseChallengeResult()
/test/xts/device_attest/services/core/attest/
Dattest_service.c125 ChallengeResult* challenge = NULL; in ResetDevice() local
170 ChallengeResult* challenge = NULL; in AuthDevice() local
220 ChallengeResult* challenge = NULL; in ActiveToken() local
Dattest_service_challenge.c87 static int32_t ParseChallengeResult(const char* jsonStr, ChallengeResult *challenge) in ParseChallengeResult()
/test/xts/device_attest_lite/test/tdd/gtest/src/
Dattest_tdd_test.cpp241 ChallengeResult challenge; in TddGenMsg() local
534 ChallengeResult* challenge = nullptr; variable
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
Dhello.cpp150 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in AssetPreAndPostQuerySuccess() local
169 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in AssetPreAndPostQueryNotFound() local
241 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in Asset_PreAndPostQueryError() local
287 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in Asset_PreQuery() local
323 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in Asset_PreAndPostQuery() local
364 … Asset_Blob challenge = {static_cast<uint32_t>(32), reinterpret_cast<uint8_t *>(challengeBuffer)}; in Asset_PostQuery() local
/test/xts/hats/useriam/userauth/src/
Duser_auth_hdi.cpp313 std::vector<uint8_t> challenge; variable
350 std::vector<uint8_t> challenge; variable
656 std::vector<uint8_t> challenge; variable
/test/xts/hats/useriam/pinauth/src/
Dpin_auth_hdi_two.cpp62 const std::vector<uint8_t>& challenge, const std::string &complexityReg) override in OnGetData()
Dpin_auth_hdi.cpp64 const std::vector<uint8_t>& challenge, const std::string &complexityReg) override in OnGetData()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
Dattest_tdd_test.cpp222 ChallengeResult challenge; in TddGenMsg() local
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h108 char *challenge; member
/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/test/
DSecurityHuksFaceFingerJsunit.test.js20 let challenge = stringToUint8Array("challenge_data"); variable
/test/xts/device_attest/services/core/include/
Dattest_type.h122 char *challenge; member
/test/xts/hats/useriam/pinauth_additional/src/
Dpin_auth_hdi.cpp58 const std::vector<uint8_t>& challenge, const std::string &complexityReg) override in OnGetData()