Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dcc_rnd_common.c174 uint32_t maxVectSizeBits; in CC_RndGenerateVectorInRange() local
237 maxVectSizeBits = CC_CommonGetBytesCounterEffectiveSizeInBits( in CC_RndGenerateVectorInRange()
240 if (maxVectSizeBits < 3 || (maxVectSizeBits == 3 && maxVect_ptr[0] < 4)) { in CC_RndGenerateVectorInRange()
248 maxVectSizeBytes = CALC_FULL_BYTES(maxVectSizeBits); in CC_RndGenerateVectorInRange()
264 shift = (int8_t)(8 - (maxVectSizeBits & 7))&7; in CC_RndGenerateVectorInRange()