encrypted 16 arch/x86/kernel/crash_dump_64.c bool encrypted) encrypted 23 arch/x86/kernel/crash_dump_64.c if (encrypted) encrypted 177 arch/x86/mm/ioremap.c enum page_cache_mode pcm, void *caller, bool encrypted) encrypted 245 arch/x86/mm/ioremap.c if ((io_desc.flags & IORES_MAP_ENCRYPTED) || encrypted) encrypted 3128 drivers/net/wireless/intel/ipw2x00/ipw2100.c ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; encrypted 278 drivers/net/wireless/intel/ipw2x00/ipw2100.h u8 encrypted; // BOOLEAN in win! TRUE if frame is enc by driver encrypted 10162 drivers/net/wireless/intel/ipw2x00/ipw2200.c if (txb->encrypted && !priv->ieee->host_encrypt) { encrypted 488 drivers/net/wireless/intel/ipw2x00/libipw.h u8 encrypted; encrypted 419 drivers/net/wireless/intel/ipw2x00/libipw_tx.c txb->encrypted = encrypt; encrypted 856 drivers/staging/rtl8192e/rtllib.h u8 encrypted; encrypted 609 drivers/staging/rtl8192e/rtllib_tx.c txb->encrypted = 0; encrypted 772 drivers/staging/rtl8192e/rtllib_tx.c txb->encrypted = encrypt; encrypted 877 drivers/staging/rtl8192e/rtllib_tx.c txb->encrypted = 0; encrypted 1018 drivers/staging/rtl8192u/ieee80211/ieee80211.h u8 encrypted; encrypted 692 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c txb->encrypted = encrypt; encrypted 794 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c txb->encrypted = 0; encrypted 596 drivers/staging/rtl8712/ieee80211.h u8 encrypted; encrypted 757 drivers/staging/rtl8723bs/include/ieee80211.h u8 encrypted; encrypted 109 fs/proc/vmcore.c bool encrypted) encrypted 131 fs/proc/vmcore.c if (encrypted) encrypted 82 fs/ubifs/dir.c bool encrypted = false; encrypted 94 fs/ubifs/dir.c encrypted = true; encrypted 134 fs/ubifs/dir.c encrypted = false; encrypted 173 fs/ubifs/dir.c if (encrypted) { encrypted 174 fs/ubifs/dir.c err = fscrypt_inherit_context(dir, inode, &encrypted, true); encrypted 504 fs/ubifs/dir.c bool encrypted = ubifs_crypt_is_encrypted(dir); encrypted 515 fs/ubifs/dir.c if (encrypted) { encrypted 549 fs/ubifs/dir.c if (encrypted) encrypted 594 fs/ubifs/dir.c if (encrypted) { encrypted 611 fs/ubifs/dir.c if (encrypted) encrypted 634 fs/ubifs/dir.c if (encrypted) encrypted 730 fs/ubifs/journal.c bool encrypted = ubifs_crypt_is_encrypted(inode); encrypted 737 fs/ubifs/journal.c if (encrypted) encrypted 770 fs/ubifs/journal.c if (encrypted) { encrypted 499 fs/ubifs/sb.c if (c->encrypted && c->fmt_version < 5) { encrypted 735 fs/ubifs/sb.c c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); encrypted 748 fs/ubifs/sb.c if (!IS_ENABLED(CONFIG_FS_ENCRYPTION) && c->encrypted) { encrypted 937 fs/ubifs/sb.c if (c->encrypted) encrypted 952 fs/ubifs/sb.c c->encrypted = 1; encrypted 1290 fs/ubifs/ubifs.h unsigned int encrypted:1; encrypted 122 include/linux/crash_dump.h bool encrypted); encrypted 126 include/linux/crash_dump.h bool encrypted) encrypted 180 net/rxrpc/protocol.h } encrypted; encrypted 774 net/rxrpc/rxkad.c response->encrypted.checksum = htonl(csum); encrypted 796 net/rxrpc/rxkad.c sg_set_buf(sg, &resp->encrypted, sizeof(resp->encrypted)); encrypted 799 net/rxrpc/rxkad.c skcipher_request_set_crypt(req, sg, sg, sizeof(resp->encrypted), iv.x); encrypted 863 net/rxrpc/rxkad.c resp->encrypted.epoch = htonl(conn->proto.epoch); encrypted 864 net/rxrpc/rxkad.c resp->encrypted.cid = htonl(conn->proto.cid); encrypted 865 net/rxrpc/rxkad.c resp->encrypted.securityIndex = htonl(conn->security_ix); encrypted 866 net/rxrpc/rxkad.c resp->encrypted.inc_nonce = htonl(nonce + 1); encrypted 867 net/rxrpc/rxkad.c resp->encrypted.level = htonl(conn->params.security_level); encrypted 870 net/rxrpc/rxkad.c resp->encrypted.call_id[0] = htonl(conn->channels[0].call_counter); encrypted 871 net/rxrpc/rxkad.c resp->encrypted.call_id[1] = htonl(conn->channels[1].call_counter); encrypted 872 net/rxrpc/rxkad.c resp->encrypted.call_id[2] = htonl(conn->channels[2].call_counter); encrypted 873 net/rxrpc/rxkad.c resp->encrypted.call_id[3] = htonl(conn->channels[3].call_counter); encrypted 1071 net/rxrpc/rxkad.c sg_set_buf(sg, &resp->encrypted, sizeof(resp->encrypted)); encrypted 1074 net/rxrpc/rxkad.c skcipher_request_set_crypt(req, sg, sg, sizeof(resp->encrypted), iv.x); encrypted 1159 net/rxrpc/rxkad.c if (ntohl(response->encrypted.epoch) != conn->proto.epoch) encrypted 1161 net/rxrpc/rxkad.c if (ntohl(response->encrypted.cid) != conn->proto.cid) encrypted 1163 net/rxrpc/rxkad.c if (ntohl(response->encrypted.securityIndex) != conn->security_ix) encrypted 1165 net/rxrpc/rxkad.c csum = response->encrypted.checksum; encrypted 1166 net/rxrpc/rxkad.c response->encrypted.checksum = 0; encrypted 1169 net/rxrpc/rxkad.c if (response->encrypted.checksum != csum) encrypted 1175 net/rxrpc/rxkad.c u32 call_id = ntohl(response->encrypted.call_id[i]); encrypted 1199 net/rxrpc/rxkad.c if (ntohl(response->encrypted.inc_nonce) != conn->security_nonce + 1) encrypted 1204 net/rxrpc/rxkad.c level = ntohl(response->encrypted.level);