Home
last modified time | relevance | path

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

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