Searched refs:encrypted (Results 1 - 11 of 11) sorted by path

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1595 shdr->hdr.encrypted = (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) ? 1 : 0;
1659 shdr->hdr.type, shdr->hdr.subtype, shdr->hdr.encrypted,
H A Dif_ipwreg.h168 uint8_t encrypted; member in struct:ipw_hdr
/haiku/src/bin/unzip/
H A Dcrypt.c174 ulg crc; /* crc of file being encrypted */
227 /* Set encrypted bit, clear extended local header bit and write local
318 /* Clear encrypted bit and local header bit, and write local header to
393 /* get header once (turn off "encrypted" flag temporarily so we don't
395 GLOBAL(pInfo->encrypted) = FALSE;
403 GLOBAL(pInfo->encrypted) = TRUE;
405 if (GLOBAL(newzip)) { /* this is first encrypted member in this zipfile */
527 /* set keys and save the encrypted header */
H A Dcrypt.h161 extern int encrypted;
166 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
H A Dcryptf.c177 ulg crc; /* crc of file being encrypted */
230 /* Set encrypted bit, clear extended local header bit and write local
321 /* Clear encrypted bit and local header bit, and write local header to
396 /* get header once (turn off "encrypted" flag temporarily so we don't
398 GLOBAL(pInfo->encrypted) = FALSE;
406 GLOBAL(pInfo->encrypted) = TRUE;
408 if (GLOBAL(newzip)) { /* this is first encrypted member in this zipfile */
530 /* set keys and save the encrypted header */
H A Dextract.c201 " skipping: %-22s encrypted (not supported)\n";
729 G.pInfo->encrypted = G.crec.general_purpose_bit_flag & 1; /* bit field */
794 if (G.pInfo->encrypted) {
1006 if (G.pInfo->encrypted &&
1658 if (G.pInfo->encrypted)
H A Dfileio.c591 if (G.pInfo->encrypted) {
630 if (G.pInfo->encrypted) {
H A Dfunzip.c62 renamed decrypt to encrypted
104 stored. If the entry is encrypted, then the decryption password
135 #define CRPFLG 1 /* bit for encrypted entry */
181 int encrypted; /* flag to turn on decryption */ variable
204 if (encrypted) {
417 encrypted = h[LOCFLG] & CRPFLG;
437 encrypted = h[GZPFLG] & GZPISE;
442 /* if entry encrypted, decrypt and validate encryption header */
443 if (encrypted)
498 if (n != LG(h + LOCSIZ) - (encrypted
[all...]
H A Dunzpriv.h1525 unsigned encrypted : 1; /* file encrypted: decrypt before uncompressing */ member in struct:min_info
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c351 * @encrypted:
363 const BOOL encrypted, const BOOL sparse,
374 if (encrypted)
1023 * but round to next 512 byte boundary for encrypted
1032 ntfs_log_error("uninitialized encrypted file not supported\n");
1081 * for encrypted non-resident attributes with efs_raw set
1874 * Moreover a file cannot be both encrypted and compressed.
5645 ntfs_log_trace("Making encrypted streams resident is not "
6796 ntfs_log_trace("Cannot truncate encrypted attribute\n");
361 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const ATTR_FLAGS data_flags, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
H A Dattrib.h287 const ATTR_FLAGS data_flags, const BOOL encrypted,

Completed in 120 milliseconds