Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp41 for (UInt32 i = 0; i < Password.Size() && pos < kKeySize; i++) in CalculateDigest()
43 for (; pos < kKeySize; pos++) in CalculateDigest()
72 for (int j = 0; j < kKeySize; j++) in Find()
170 _aesFilter = new CAesCbcEncoder(kKeySize); in CreateFilter()
236 _aesFilter = new CAesCbcDecoder(kKeySize); in CreateFilter()
D7zAes.h16 const int kKeySize = 32; variable
25 Byte Key[kKeySize];
/external/libchrome/crypto/
Dhmac_unittest.cc39 const int kKeySize = 16; in TEST() local
42 const unsigned char kClientKey[kKeySize] = in TEST()
81 ASSERT_TRUE(hmac.Init(kClientKey, kKeySize)); in TEST()