Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c235 uint32_t currentOutputBuffPos = 0; in CC_KdfKeyDerivFunc() local
444 CC_PalMemCopy(&pKeyingData[currentOutputBuffPos],(uint8_t *)hashResultBuff, hashOutputSize); in CC_KdfKeyDerivFunc()
447 currentOutputBuffPos += hashOutputSize; in CC_KdfKeyDerivFunc()