Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
DWzAes.cpp109 static inline bool CompareArrays(const Byte *p1, const Byte *p2, unsigned size) in CompareArrays() function
120 return CompareArrays(_key.PwdVerifComputed, _pwdVerifFromArchive, kPwdVerifSize); in Init_and_CheckPassword()
132 isOK = CompareArrays(mac1, (const Byte *)mac2, kMacSize); in CheckMac()