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/ |
D | cc_pal_mem.h | 61 #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/ |
D | cc_pal_mem.c | 85 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/ |
D | cc_pal_mem.c | 84 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/ |
D | cc_pal_mem.c | 86 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()
|