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