Home
last modified time | relevance | path

Searched refs:encryption_method (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_stat_index.c78 st->encryption_method = ZIP_EM_UNKNOWN; in zip_stat_index()
81 st->encryption_method = ZIP_EM_TRAD_PKWARE; in zip_stat_index()
84 st->encryption_method = ZIP_EM_NONE; in zip_stat_index()
H A Dzip_stat_init.c51 st->encryption_method = ZIP_EM_NONE; in zip_stat_init()
H A Dzip_fopen_index_encrypted.c80 if (st.encryption_method != ZIP_EM_NONE) { in zip_fopen_index_encrypted()
86 st.encryption_method)) == NULL) { in zip_fopen_index_encrypted()
H A Dzip_source_buffer.c131 st->encryption_method = ZIP_EM_NONE; in read_data()
H A Dzip_source_pkware.c212 st->encryption_method = ZIP_EM_NONE; in pkware_decrypt()
H A Dzip.h200 zip_uint16_t encryption_method; /* encryption method used */ member

Completed in 33 milliseconds