Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c191 void CryptoUtils_copyPad(const void *source, uint32_t *destination, size_t sourceLength) in CryptoUtils_copyPad()
260 void CryptoUtils_reverseCopyPad(const void *source, uint32_t *destination, size_t sourceLength) in CryptoUtils_reverseCopyPad()
329 void CryptoUtils_reverseCopy(const void *source, void *destination, size_t sourceLength) in CryptoUtils_reverseCopy()
/hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c109 void *destination, in CryptoUtils_reverseCopyPad()