Home
last modified time | relevance | path

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/
Dcc_kdf.c72 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/
Dcc_rnd_common.c382 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/
Dcc_dh_kg.c41 uint32_t *tmp_ptr);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c51 uint32_t *tmp_ptr);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c115 uint32_t *tmp_ptr);