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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c338 const uint8_t *key, size_t key_len, uint8_t *crcchk)
343 *crcchk = 0xff;
356 *crcchk = header[11];
2964 uint8_t crcchk; local
2979 p, ENC_HEADER_SIZE, &crcchk);
2980 if (r == 0 && crcchk == zip->entry->decdat)
337 trad_enc_init(struct trad_enc_ctx *ctx, const char *pw, size_t pw_len, const uint8_t *key, size_t key_len, uint8_t *crcchk) argument

Completed in 197 milliseconds