Searched refs:trad_pkware (Results 1 – 1 of 1) sorted by relevance
40 struct trad_pkware { struct51 static void decrypt(struct trad_pkware *, zip_uint8_t *, argument53 static int decrypt_header(zip_source_t *, struct trad_pkware *);56 static void pkware_free(struct trad_pkware *);63 struct trad_pkware *ctx; in zip_source_pkware()75 if ((ctx=(struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) { in zip_source_pkware()97 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt()128 decrypt_header(zip_source_t *src, struct trad_pkware *ctx) in decrypt_header()167 struct trad_pkware *ctx; in pkware_decrypt()170 ctx = (struct trad_pkware *)ud; in pkware_decrypt()[all …]
Completed in 6 milliseconds