Home
last modified time | relevance | path

Searched refs:nonceVal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_unrelated/pake/standardexchangetask_fuzzer/
H A Dstandardexchangetask_fuzzer.cpp109 uint8_t nonceVal[NONCE_LENGTH] = { 0 }; in StandardExchangeTaskTest003() local
110 exchangeParams.nonce.val = nonceVal; in StandardExchangeTaskTest003()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dstandard_exchange_task_test.cpp110 uint8_t nonceVal[NONCE_LENGTH] = { 0 }; variable
111 exchangeParams.nonce.val = nonceVal;
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c789 uint8_t *nonceVal = (uint8_t *)HcMalloc(PAKE_NONCE_LEN, 0); in GetSharedSecretForP2pInPake() local
790 if (nonceVal == NULL) { in GetSharedSecretForP2pInPake()
795 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretForP2pInPake()
800 HcFree(nonceVal); in GetSharedSecretForP2pInPake()
806 HcFree(nonceVal); in GetSharedSecretForP2pInPake()
H A Didentity_p2p.c302 uint8_t nonceVal[PAKE_NONCE_LEN] = { 0 }; in GetSharedSecretByUrl() local
303 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretByUrl()