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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c118 struct trad_enc_ctx { struct
137 struct trad_enc_ctx tctx;
194 static int trad_enc_init(struct trad_enc_ctx *, const char *, size_t);
195 static unsigned trad_enc_encrypt_update(struct trad_enc_ctx *, const uint8_t *,
1511 trad_enc_update_keys(struct trad_enc_ctx *ctx, uint8_t c)
1524 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx)
1531 trad_enc_encrypt_update(struct trad_enc_ctx *ctx, const uint8_t *in,
1547 trad_enc_init(struct trad_enc_ctx *ctx, const char *pw, size_t pw_len)
H A Darchive_read_support_format_zip.c113 struct trad_enc_ctx { struct
224 struct trad_enc_ctx tctx;
295 trad_enc_update_keys(struct trad_enc_ctx *ctx, uint8_t c)
308 trad_enc_decrypt_byte(struct trad_enc_ctx *ctx)
315 trad_enc_decrypt_update(struct trad_enc_ctx *ctx, const uint8_t *in,
330 trad_enc_init(struct trad_enc_ctx *ctx, const char *pw, size_t pw_len,

Completed in 169 milliseconds