Home
last modified time | relevance | path

Searched defs:aDestination (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_mem.h61 #define CC_PalMemCopy(aDestination, aSource, aSize) CC_PalMemCopyPlat(aDestination, aSource, aSize) argument
71 #define CC_PalMemMove(aDestination, aSource, aSize) CC_PalMemMovePlat(aDestination, aSource, aSize) argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_mem.c85 void* CC_PalMemCopyPlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to… in CC_PalMemCopyPlat()
98 void CC_PalMemMovePlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to. */ in CC_PalMemMovePlat()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_mem.c84 void* CC_PalMemCopyPlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to… in CC_PalMemCopyPlat()
97 void CC_PalMemMovePlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to. */ in CC_PalMemMovePlat()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/
Dcc_pal_mem.c86 void* CC_PalMemCopyPlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to… in CC_PalMemCopyPlat()
99 void CC_PalMemMovePlat( void* aDestination, /*!< [out] The destination buffer to copy bytes to. */ in CC_PalMemMovePlat()