Home
last modified time | relevance | path

Searched defs:pSrc (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c74 static void PolyAccRemainBlock(const uint8_t *pSrc, in PolyAccRemainBlock()
119 static CCError_t PolyAccCalcFullBlocks(const uint8_t *pSrc, size_t size) in PolyAccCalcFullBlocks()
219 static uint32_t PolyAccCalc(const uint8_t *pSrc, size_t size, in PolyAccCalc()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c205 uint8_t *pSrc, /* [in] pointer to source buffer */ in FfcDhWriteBufferBeToBe()
240 uint32_t *pSrc, /* [in] pointer to source buffer, given as LE words array. */ in FfcDhWriteBufferLeToBe()
272 static CCError_t FfcDhWriteBuffers(uint8_t **ppDst, uint8_t *pSrc, in FfcDhWriteBuffers()
296 static void FfcDhWriteBufferAndOffset(uint8_t **ppDst, uint8_t *pSrc, in FfcDhWriteBufferAndOffset()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h40 #define UTIL_MemCopy(pDst, pSrc ,size) \ argument
46 #define UTIL_ReverseMemCopy(pDst, pSrc, size) \ argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c388 void SBRT_ReverseMemCopy( uint8_t *pDst, uint8_t *pSrc, uint32_t size) in SBRT_ReverseMemCopy()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c337 const uint8_t *pSrc, /* [in] pointer to source buffer. */ in PkaCopyBe8DataIntoPkaReg()