Searched refs:tmp_ptr (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/ |
D | cc_kdf.c | 72 uint8_t *tmp_ptr; in KdfHashUnalignUpdate() local 75 tmp_ptr = buff_ptr + *remBuffSize_ptr; in KdfHashUnalignUpdate() 80 CC_PalMemCopy(tmp_ptr, data_ptr, blockSizeBytes - *remBuffSize_ptr); in KdfHashUnalignUpdate() 95 tmp_ptr = buff_ptr; in KdfHashUnalignUpdate() 97 CC_PalMemCopy(tmp_ptr, data_ptr, dataSize); in KdfHashUnalignUpdate() 106 CC_PalMemCopy(tmp_ptr, data_ptr + dataSize, tmpSize); in KdfHashUnalignUpdate()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
D | cc_rnd_common.c | 382 uint32_t *tmp_ptr) in RndGenerateWordsArrayInRange() argument 400 CC_PalMemMove((uint8_t*)tmp_ptr, (uint8_t*)maxVect_ptr, rndSizeInWords*sizeof(uint32_t)); in RndGenerateWordsArrayInRange() 403 CC_COMMON_INVERSE_UINT32_IN_ARRAY(tmp_ptr, rndSizeInWords); 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/dh/ |
D | cc_dh_kg.c | 41 uint32_t *tmp_ptr);
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/ |
D | cc_ffc_domain.c | 51 uint32_t *tmp_ptr);
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_genkey.c | 115 uint32_t *tmp_ptr);
|