Searched defs:dst (Results 1 – 4 of 4) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | vts_kernel_encryption.h | 31 const uint8_t *src, uint8_t *dst, int nbytes) const { in Encrypt() 39 const uint8_t *src, uint8_t *dst, int nbytes) const { in Decrypt()
|
D | aes_256_xts.cpp | 54 const uint8_t *src, uint8_t *dst, int nbytes, in DoCrypt()
|
D | adiantum.cpp | 134 uint8_t *dst, int nbytes, int nrounds) { in XChaCha() 179 const uint8_t *src, uint8_t *dst, int nbytes) { in XChaCha12() 283 const uint8_t *src, uint8_t *dst, int nbytes, in DoCrypt()
|
/test/vts-testcase/vndk/ |
D | utils.py | 46 def AdbPull(self, src, dst): argument
|