Searched refs:DoCrypt (Results 1 – 3 of 3) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | vts_kernel_encryption.h | 36 return DoCrypt(key.data(), iv, src, dst, nbytes, true); in Encrypt() 44 return DoCrypt(key.data(), iv, src, dst, nbytes, false); in Decrypt() 50 virtual bool DoCrypt(const uint8_t *key, const uint8_t *iv, 67 bool DoCrypt(const uint8_t *key, const uint8_t *iv, const uint8_t *src, 84 bool DoCrypt(const uint8_t *key, const uint8_t *iv, const uint8_t *src,
|
D | aes_256_xts.cpp | 52 bool Aes256XtsCipher::DoCrypt(const uint8_t key[kAes256XtsKeySize], in DoCrypt() function in android::kernel::Aes256XtsCipher
|
D | adiantum.cpp | 281 bool AdiantumCipher::DoCrypt(const uint8_t key[kAdiantumKeySize], in DoCrypt() function in android::kernel::AdiantumCipher
|