Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1554 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function
1570 out[i] = t ^ trad_enc_decrypt_byte(ctx); in trad_enc_encrypt_update()
H A Darchive_read_support_format_zip.c315 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function
330 uint8_t t = in[i] ^ trad_enc_decrypt_byte(ctx); in trad_enc_decrypt_update()