Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c427 uint8_t *pBaseAddr = (uint8_t*)&pDhCtx->extendDataBuffer; in FfcDhSchemeInfo()
1604 pBaseAddr = &pDhCtx->extendDataBuffer[0]; in CC_FfcDhCreateUserInfo()
1729 pSharedSecretVal1 = &pDhCtx->extendDataBuffer[0] + CC_FFCDH_KDF_COUNTER_SIZE_IN_BYTES; in FfcDhCalcSharedSecretVal()
1732 pSharedSecretVal2 = &pDhCtx->extendDataBuffer[0] + CC_FFCDH_KDF_COUNTER_SIZE_IN_BYTES; in FfcDhCalcSharedSecretVal()
1840 pTmp1 = &pDhCtx->extendDataBuffer[0] + pDhCtx->dataOffsets.userOtherDataOffset; in FfcDhUpdateOffsets()
1848 pTmp1 = &pDhCtx->extendDataBuffer[0] + partnerInfoNewOffset; in FfcDhUpdateOffsets()
1849 … FfcDhWriteBufferBeToBe(&pTmp1, &pDhCtx->extendDataBuffer[0] + pDhCtx->dataOffsets.partnIdOffset, in FfcDhUpdateOffsets()
1864 pTmp1 = &pDhCtx->extendDataBuffer[0] + pDhCtx->dataOffsets.partnOtherDataOffset; in FfcDhUpdateOffsets()
1871 FfcDhWriteBufferBeToBe(&pDhCtx->extendDataBuffer[0] + partnerInfoNewOffset, in FfcDhUpdateOffsets()
1872 &pDhCtx->extendDataBuffer[0] + pDhCtx->dataOffsets.partnIdOffset, in FfcDhUpdateOffsets()
[all …]
Dcc_ffcdh_local.h318 uint8_t extendDataBuffer[CC_FFCDH_MAX_SIZE_OF_KDF_DATA_BUFFER_BYTES]; member