Searched refs:kAdiantumKeySize (Results 1 – 3 of 3) sorted by relevance
61 constexpr int kAdiantumKeySize = 32; variable70 int keysize() const { return kAdiantumKeySize; } in keysize()
281 bool AdiantumCipher::DoEncrypt(const uint8_t key[kAdiantumKeySize], in DoEncrypt() argument288 static_assert(kAdiantumKeySize == kXChaChaKeySize); in DoEncrypt()
989 std::vector<uint8_t> enc_key(kAdiantumKeySize); in TEST_F()