Searched defs:CCryptoInfo (Results 1 – 1 of 1) sorted by relevance
120 struct CCryptoInfo struct122 UInt64 Algo;123 UInt64 Flags;124 Byte Cnt;126 bool UseMAC() const { return (Flags & NCryptoFlags::kUseMAC) != 0; } in UseMAC()127 bool IsThereCheck() const { return (Flags & NCryptoFlags::kPswCheck) != 0; } in IsThereCheck()