Searched refs:crc_validate (Results 1 - 1 of 1) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz_dec_stream.c365 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, function
669 ret = crc_validate(s, b, 32);
674 ret = crc_validate(s, b, 64);
717 ret = crc_validate(s, b, 32);

Completed in 287 milliseconds