Searched refs:maxVect_ptr (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
D | cc_rnd_common.c | 164 uint8_t *maxVect_ptr, in CC_RndGenerateVectorInRange() argument 213 if (maxVect_ptr == NULL) { in CC_RndGenerateVectorInRange() 238 … maxVect_ptr, (uint16_t)rndSizeInBytes); in CC_RndGenerateVectorInRange() 240 if (maxVectSizeBits < 3 || (maxVectSizeBits == 3 && maxVect_ptr[0] < 4)) { in CC_RndGenerateVectorInRange() 246 AddInt8ValueToUin8Vector(maxVect_ptr, -2/*val*/, maxVectSizeBytes); in CC_RndGenerateVectorInRange() 290 … maxVect_ptr + maxVectSizeBytes - CC_AES_BLOCK_SIZE_IN_BYTES, in CC_RndGenerateVectorInRange() 313 … maxVect_ptr, (uint16_t)maxVectSizeBytes); in CC_RndGenerateVectorInRange() 334 if (maxVect_ptr != NULL) { in CC_RndGenerateVectorInRange() 336 AddInt8ValueToUin8Vector(maxVect_ptr, 1/*val*/, maxVectSizeBytes); in CC_RndGenerateVectorInRange() 340 CC_PalMemCopy(rndVect_ptr, maxVect_ptr, maxVectSizeBytes); in CC_RndGenerateVectorInRange() [all …]
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/local/ |
D | cc_rnd_local.h | 137 …uint8_t *maxVect_ptr, /*!< [in] Pointer to the vector defining the upper limit …
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh_kg.c | 39 uint32_t *maxVect_ptr,
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/ |
D | cc_ffc_domain.c | 49 uint32_t *maxVect_ptr,
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_genkey.c | 113 uint32_t *maxVect_ptr,
|