Home
last modified time | relevance | path

Searched refs:DoEncrypt (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h36 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,
Daes_256_xts.cpp52 bool Aes256XtsCipher::DoEncrypt(const uint8_t key[kAes256XtsKeySize], in DoEncrypt() function in android::kernel::Aes256XtsCipher
Dadiantum.cpp281 bool AdiantumCipher::DoEncrypt(const uint8_t key[kAdiantumKeySize], in DoEncrypt() function in android::kernel::AdiantumCipher