Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1577 uint8_t *pTmp; /* temp pointer */ in CC_FfcDhCreateUserInfo() local
1607 pTmp = pBaseAddr + pDhCtx->dataOffsets.userIdOffset; in CC_FfcDhCreateUserInfo()
1610 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userId, pDhCtx->userIdSizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1611 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userStatPublKey, pDhCtx->userStatPublKeySizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1612 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userEphemPublKeySizeBytes, &fullLe… in CC_FfcDhCreateUserInfo()
1613 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userNonce, pDhCtx->userNonceSizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1614 FfcDhWriteBufferBeToBe(&pTmp, pUserOtherData, userOtherDataSize, &fullLen); in CC_FfcDhCreateUserInfo()
1624 pTmp = (uint8_t*)&pUserInfo + fullLen; in CC_FfcDhCreateUserInfo()
1625 FfcDhWriteBufferBeToBe(&pTmp, pUserConfirmText, userConfirmTextSize, &fullLen); in CC_FfcDhCreateUserInfo()
1949 uint8_t *pTmp; in FfcDhCalcConfirmMacTags() local
[all …]