Home
last modified time | relevance | path

Searched refs:pTemp (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c237 uint8_t *pTemp; in CC_KdfKeyDerivFunc() local
297 pTemp = (uint8_t*)&kdfHashTempBuff[0]; in CC_KdfKeyDerivFunc()
335 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
339 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
350 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
355 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
380 pTemp, &remBuffSize, in CC_KdfKeyDerivFunc()
386 pTemp, &remBuffSize, in CC_KdfKeyDerivFunc()
404 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
410 pTemp, &remBuffSize, hashBlockSize); in CC_KdfKeyDerivFunc()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c339 uint32_t *pTemp) /* [in] pointer to the temp buffer of in PkaCopyBe8DataIntoPkaReg() argument
350 …CC_PalMemSetZero((uint8_t*)pTemp + dataSizeBytes, regSizeWords*CC_32BIT_WORD_SIZE - dataSizeBytes); in PkaCopyBe8DataIntoPkaReg()
351 CC_CommonReverseMemcpy((uint8_t*)pTemp, (uint8_t*)pSrc, dataSizeBytes); in PkaCopyBe8DataIntoPkaReg()
353 PkaCopyDataIntoPkaReg(dstReg, lenId, pTemp, regSizeWords); in PkaCopyBe8DataIntoPkaReg()
384 … uint32_t *pTemp) /* [in] pointer to the temp buffer of size (in bytes) >= sizeBytes. */ in PkaCopyDataFromPkaRegToBe8Buff() argument
386 PkaCopyDataFromPkaReg(pTemp, CALC_32BIT_WORDS_FROM_BYTES(sizeBytes), srcReg); in PkaCopyDataFromPkaRegToBe8Buff()
387 CC_CommonReverseMemcpy(pDst, (uint8_t*)pTemp, sizeBytes); in PkaCopyDataFromPkaRegToBe8Buff()
417 … uint32_t *pTemp) /* [in] pointer to the temp buffer of size >= modulus size. */ in PkiExecModExpBe() argument
437 modSizeBytes, pTemp); in PkiExecModExpBe()
452 PkaCopyBe8DataIntoPkaReg(IN_REG/*dstReg*/, LEN_ID_MAX_BITS/*LenID*/, pIn, inSizeBytes, pTemp); in PkiExecModExpBe()
[all …]
Dpki.h80 … uint32_t *pTemp); /* [in] pointer to the temp buffer of size >= register size. */
97 … uint32_t *pTemp); /* [in] pointer to the temp buffer of size (in bytes) >= sizeBytes. */
121 … uint32_t *pTemp); /* [in] pointer to the temp buffer of size >= modulus size. */