Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 4 of 4) 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() argument
219 *(destination + i) = temp; in CryptoUtils_copyPad()
236 *(destination + i) = temp; in CryptoUtils_copyPad()
244 *(destination + i) = temp; in CryptoUtils_copyPad()
253 *(destination + i) = temp; in CryptoUtils_copyPad()
260 void CryptoUtils_reverseCopyPad(const void *source, uint32_t *destination, size_t sourceLength) in CryptoUtils_reverseCopyPad() argument
288 *(destination + i) = temp; in CryptoUtils_reverseCopyPad()
305 *(destination + i) = temp; in CryptoUtils_reverseCopyPad()
313 *(destination + i) = temp; in CryptoUtils_reverseCopyPad()
322 *(destination + i) = temp; in CryptoUtils_reverseCopyPad()
[all …]
DCryptoUtils.h185 void CryptoUtils_copyPad(const void *source, uint32_t *destination, size_t sourceLength);
203 void CryptoUtils_reverseCopyPad(const void *source, uint32_t *destination, size_t sourceLength);
217 void CryptoUtils_reverseCopy(const void *source, void *destination, size_t sourceLength);
/hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c109 void *destination, in CryptoUtils_reverseCopyPad() argument
136 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad()
152 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad()
159 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad()
167 *((uint32_t *)destination + i) = temp; in CryptoUtils_reverseCopyPad()
DCryptoUtils.h133 void *destination,