Searched defs:DECRYPT_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
161 static constexpr size_t DECRYPT_KEY_SIZE = 16; variable
795 MockCryptoPlugin::decrypt(bool secure, const uint8_t key[DECRYPT_KEY_SIZE], in decrypt()796 const uint8_t iv[DECRYPT_KEY_SIZE], Mode mode, in decrypt()