Home
last modified time | relevance | path

Searched refs:dataSizeBytes (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c338 uint32_t dataSizeBytes, /* [in] size of the data in bytes */ 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()
Dpki.h79 uint32_t dataSizeBytes, /* [in] size of the data in bytes */