Searched refs:rndVect_ptr (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
D | cc_rnd_common.c | 165 uint8_t *rndVect_ptr ) in CC_RndGenerateVectorInRange() argument 185 if (rndVect_ptr == NULL) in CC_RndGenerateVectorInRange() 215 …Error = RndGenerateVectFunc((void *)rndState_ptr, (unsigned char *)rndVect_ptr, (size_t)rndSizeInB… in CC_RndGenerateVectorInRange() 221 CC_CommonReverseMemcpy(rndVect_ptr, rndVect_ptr, rndSizeInBytes); in CC_RndGenerateVectorInRange() 224 rndVect_ptr[rndSizeInBytes-1] |= 0x80; in CC_RndGenerateVectorInRange() 226 rndVect_ptr[rndSizeInBytes-1] >>= (8 - (rndSizeInBits&0x7))&0x7; in CC_RndGenerateVectorInRange() 254 CC_PalMemSetZero(rndVect_ptr + maxVectSizeBytes, extraBytes); in CC_RndGenerateVectorInRange() 273 …Error = RndGenerateVectFunc((void *)rndState_ptr, (unsigned char *)rndVect_ptr, (size_t)maxVectSiz… in CC_RndGenerateVectorInRange() 279 CC_CommonReverseMemcpy(rndVect_ptr, rndVect_ptr, maxVectSizeBytes); in CC_RndGenerateVectorInRange() 282 rndVect_ptr[maxVectSizeBytes - 1] &= mask; in CC_RndGenerateVectorInRange() [all …]
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/local/ |
D | cc_rnd_local.h | 139 …uint8_t *rndVect_ptr /*!< [in/out] Pointer to the output buffer for the random …
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh_kg.c | 40 uint32_t *rndVect_ptr,
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/ |
D | cc_ffc_domain.c | 50 uint32_t *rndVect_ptr,
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_genkey.c | 114 uint32_t *rndVect_ptr,
|