HomeSort by: relevance | last modified time | path
    Searched refs:AES_VENDOR_AE_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_zip.c 128 #define AES_VENDOR_AE_2 0x0002
1230 archive_le16enc(e+4, AES_VENDOR_AE_2);
1231 zip->aes_vendor = AES_VENDOR_AE_2;/* no CRC. */
1840 if (!zip->cctx_valid || zip->aes_vendor != AES_VENDOR_AE_2)
2055 if (zip->cctx_valid && zip->aes_vendor == AES_VENDOR_AE_2)
2101 if (zip->cctx_valid && zip->aes_vendor == AES_VENDOR_AE_2)
2151 if (zip->cctx_valid && zip->aes_vendor == AES_VENDOR_AE_2)
archive_read_support_format_zip.c 113 #define AES_VENDOR_AE_2 0x0002
1448 case AES_VENDOR_AE_2:
1637 && zip->entry->aes_extra.vendor == AES_VENDOR_AE_2))) {
3171 zip->entry->aes_extra.vendor != AES_VENDOR_AE_2) &&

Completed in 20 milliseconds