Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dcc_rnd_common.c170 int32_t k, extraBytes; in CC_RndGenerateVectorInRange() local
251 extraBytes = rndSizeInBytes - maxVectSizeBytes; in CC_RndGenerateVectorInRange()
254 CC_PalMemSetZero(rndVect_ptr + maxVectSizeBytes, extraBytes); in CC_RndGenerateVectorInRange()