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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_zip.c1554 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) function
1570 out[i] = t ^ trad_enc_decrypt_byte(ctx);
H A Darchive_read_support_format_zip.c315 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) function
330 uint8_t t = in[i] ^ trad_enc_decrypt_byte(ctx);

Completed in 295 milliseconds