Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
zip_encryption_implementation | _zip_get_encryption_implementation (zip_uint16_t em, int operation) |
ZIP_EXTERN int | zip_encryption_method_supported (zip_uint16_t method, int encode) |
zip_encryption_implementation _zip_get_encryption_implementation | ( | zip_uint16_t | em, |
int | operation | ||
) |
Definition at line 39 of file zip_get_encryption_implementation.c.
References NULL, ZIP_CODEC_DECODE, ZIP_EM_AES_128, ZIP_EM_AES_192, ZIP_EM_AES_256, ZIP_EM_TRAD_PKWARE, zip_source_pkware_decode(), zip_source_pkware_encode(), zip_source_winzip_aes_decode(), and zip_source_winzip_aes_encode().
Referenced by _zip_source_zip_new(), add_data(), zip_encryption_method_supported(), and zip_file_set_encryption().
ZIP_EXTERN int zip_encryption_method_supported | ( | zip_uint16_t | method, |
int | encode | ||
) |
Definition at line 57 of file zip_get_encryption_implementation.c.
References _zip_get_encryption_implementation(), encode(), NULL, ZIP_CODEC_DECODE, ZIP_CODEC_ENCODE, and ZIP_EM_NONE.
Referenced by usage().