Searched refs:Encrypt (Results 1 – 3 of 3) sorted by relevance
30 bool Encrypt(const std::vector<uint8_t> &key, const uint8_t *iv, in Encrypt() function
244 ASSERT_TRUE(cipher.Encrypt(key, reinterpret_cast<const uint8_t *>(iv.get()), in VerifyDecryption()
710 ASSERT_TRUE(cipher.Encrypt(enc_key, iv.bytes, &plaintext[i], in VerifyCiphertext()