Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dcc_rnd_common.c163 size_t rndSizeInBits, in CC_RndGenerateVectorInRange() argument
189 if (rndSizeInBits > 0x7FFFF) in CC_RndGenerateVectorInRange()
193 rndSizeInBytes = CALC_FULL_BYTES(rndSizeInBits); in CC_RndGenerateVectorInRange()
195 if (rndSizeInBits <= 1 || (uint32_t)rndSizeInBytes > CC_RND_MAX_GEN_VECTOR_SIZE_BYTES) in CC_RndGenerateVectorInRange()
225 if (rndSizeInBits%8 != 0) { in CC_RndGenerateVectorInRange()
226 rndVect_ptr[rndSizeInBytes-1] >>= (8 - (rndSizeInBits&0x7))&0x7; in CC_RndGenerateVectorInRange()
379 uint32_t rndSizeInBits, in RndGenerateWordsArrayInRange() argument
387 uint32_t rndSizeInWords = CALC_FULL_32BIT_WORDS(rndSizeInBits); in RndGenerateWordsArrayInRange()
395 if (rndSizeInBits == 0 || rndSizeInWords*4 > CC_RND_MAX_GEN_VECTOR_SIZE_BYTES) in RndGenerateWordsArrayInRange()
407 …err = CC_RndGenerateVectorInRange(rndContext_ptr, rndSizeInBits, (uint8_t*)tmp_ptr, (uint8_t*)rndV… in RndGenerateWordsArrayInRange()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/local/
Dcc_rnd_local.h136 …size_t rndSizeInBits, /*!< [in] The size in bits of the random vector required.…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c38 uint32_t rndSizeInBits,
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c48 uint32_t rndSizeInBits,
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c112 uint32_t rndSizeInBits,