Home
last modified time | relevance | path

Searched refs:fullLen (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.c1579 uint32_t fullLen = 0; in CC_FfcDhCreateUserInfo() local
1610 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userId, pDhCtx->userIdSizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1611 …FfcDhWriteBufferLeToBe(&pTmp, pDhCtx->userStatPublKey, pDhCtx->userStatPublKeySizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1612 …cDhWriteBufferLeToBe(&pTmp, pDhCtx->userEphemPublKey, pDhCtx->userEphemPublKeySizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1613 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userNonce, pDhCtx->userNonceSizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1614 FfcDhWriteBufferBeToBe(&pTmp, pUserOtherData, userOtherDataSize, &fullLen); in CC_FfcDhCreateUserInfo()
1617 CHECK_AND_SET_ERROR(fullLen > *pUserInfoSize, CC_FFCDH_LOW_OUTPUT_BUFF_SIZE_ERROR); in CC_FfcDhCreateUserInfo()
1620 pDhCtx->currInsertedDataSize = fullLen; in CC_FfcDhCreateUserInfo()
1621 pDhCtx->dataOffsets.userInfoSize = fullLen; in CC_FfcDhCreateUserInfo()
1622 CC_PalMemCopy(pUserInfo, pBaseAddr + pDhCtx->dataOffsets.userIdOffset, fullLen); in CC_FfcDhCreateUserInfo()
[all …]