Searched refs:CHECK_SHA256 (Results 1 – 5 of 5) sorted by relevance
50 public static final int CHECK_SHA256 = 10; field in XZ
46 case XZ.CHECK_SHA256: in getInstance()
169 * :const:`CHECK_SHA256`: 256-bit Secure Hash Algorithm.319 :const:`CHECK_CRC64` and :const:`CHECK_SHA256` may be unavailable if you are
1454 ADD_INT_PREFIX_MACRO(m, CHECK_SHA256) == -1 || in PyInit__lzma()
627 LZMAFile(BytesIO(COMPRESSED_XZ), check=lzma.CHECK_SHA256)