Searched refs:nonceVal (Results 1 – 4 of 4) sorted by relevance
109 uint8_t nonceVal[NONCE_LENGTH] = { 0 }; in StandardExchangeTaskTest003() local110 exchangeParams.nonce.val = nonceVal; in StandardExchangeTaskTest003()
110 uint8_t nonceVal[NONCE_LENGTH] = { 0 }; variable111 exchangeParams.nonce.val = nonceVal;
789 uint8_t *nonceVal = (uint8_t *)HcMalloc(PAKE_NONCE_LEN, 0); in GetSharedSecretForP2pInPake() local790 if (nonceVal == NULL) { in GetSharedSecretForP2pInPake()795 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretForP2pInPake()800 HcFree(nonceVal); in GetSharedSecretForP2pInPake()806 HcFree(nonceVal); in GetSharedSecretForP2pInPake()
302 uint8_t nonceVal[PAKE_NONCE_LEN] = { 0 }; in GetSharedSecretByUrl() local303 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretByUrl()