Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c2367 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function
2383 out[i] = t ^ trad_enc_decrypt_byte(ctx); in trad_enc_encrypt_update()
H A Darchive_read_support_format_zip.c322 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx) in trad_enc_decrypt_byte() function
337 uint8_t t = in[i] ^ trad_enc_decrypt_byte(ctx); in trad_enc_decrypt_update()