Home
last modified time | relevance | path

Searched defs:pDst (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/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-3.6.0/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-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c381 uint8_t *pDst, /* [out] pointer to the destination buffer of size >= sizeBytes. */ in PkaCopyDataFromPkaRegToBe8Buff()