Home
last modified time | relevance | path

Searched defs:challengeVal (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
Dpake_v1_protocol_common.c309 uint8_t challengeVal[PAKE_CHALLENGE_LEN + PAKE_CHALLENGE_LEN] = { 0 }; in GenerateProof() local
340 uint8_t challengeVal[PAKE_CHALLENGE_LEN + PAKE_CHALLENGE_LEN] = { 0 }; in VerifyProof() local
/base/security/device_auth/test/unittest/deviceauth/source/
Dstandard_exchange_task_test.cpp94 uint8_t *challengeVal = static_cast<uint8_t *>(HcMalloc(challengeLen, 0)); variable
/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/
Dstandardexchangetask_fuzzer.cpp90 uint8_t *challengeVal = static_cast<uint8_t *>(HcMalloc(challengeLen, 0)); in StandardExchangeTaskTest003() local