Searched refs:crc_validate (Results 1 – 2 of 2) sorted by relevance
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 365 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate() function 679 ret = crc_validate(s, b, 32); in dec_main() 684 ret = crc_validate(s, b, 64); in dec_main() 731 ret = crc_validate(s, b, 32); in dec_main()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2677 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate() function 2973 ret = crc_validate(s, b, 32); in dec_main() 2978 ret = crc_validate(s, b, 64); in dec_main() 3019 ret = crc_validate(s, b, 32); in dec_main()
|