Searched refs:crc_validate (Results 1 – 2 of 2) sorted by relevance
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 366 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate() function 680 ret = crc_validate(s, b, 32); in dec_main() 685 ret = crc_validate(s, b, 64); in dec_main() 732 ret = crc_validate(s, b, 32); in dec_main()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2678 static enum xz_ret crc_validate(struct xz_dec *s, struct xz_buf *b, in crc_validate() function 2974 ret = crc_validate(s, b, 32); in dec_main() 2979 ret = crc_validate(s, b, 64); in dec_main() 3020 ret = crc_validate(s, b, 32); in dec_main()
|