Home
last modified time | relevance | path

Searched refs:seal (Results 1 – 24 of 24) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmseal_test.c520 static void test_seal_mprotect(bool seal) in test_seal_mprotect() argument
530 if (seal) { in test_seal_mprotect()
536 if (seal) in test_seal_mprotect()
544 static void test_seal_start_mprotect(bool seal) in test_seal_start_mprotect() argument
554 if (seal) { in test_seal_start_mprotect()
561 if (seal) in test_seal_start_mprotect()
574 static void test_seal_end_mprotect(bool seal) in test_seal_end_mprotect() argument
584 if (seal) { in test_seal_end_mprotect()
596 if (seal) in test_seal_end_mprotect()
604 static void test_seal_mprotect_unalign_len(bool seal) in test_seal_mprotect_unalign_len() argument
[all …]
/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py26 blob = self.client.seal(self.root_key, data, auth, None)
55 blob = self.client.seal(self.root_key, data, auth, policy_dig)
75 blob = self.client.seal(self.root_key, data, auth, None)
102 blob = self.client.seal(self.root_key, data, auth, policy_dig)
152 blob = self.client.seal(self.root_key, data, auth, None)
H A Dtpm2.py589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/linux/include/keys/
H A Dtrusted-type.h62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c51 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
367 static_call_update(trusted_key_seal, trusted_key_sources[i].ops->seal); in init_trusted()
H A Dtrusted_caam.c185 .seal = trusted_caam_seal,
H A Dtrusted_tee.c286 .seal = trusted_tee_seal,
H A Dtrusted_dcp.c353 .seal = trusted_dcp_seal,
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c199 struct layout_region seal; member
425 layout->seal = (struct layout_region) { in initialize_layout()
660 *lr++ = layout->seal; in make_layout_region_table()
1339 layout->seal = table->regions[table->header.region_count - 1]; in reconstitute_layout()
1340 result = verify_region(&layout->seal, next_block + layout->super.volume_offset, in reconstitute_layout()
/linux/fs/smb/client/
H A Dconnect.c2017 struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal) in cifs_setup_ipc() argument
2028 if (seal && !(server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) { in cifs_setup_ipc()
2045 tcon->seal = seal; in cifs_setup_ipc()
2513 ipc = cifs_setup_ipc(ses, ctx->seal); in cifs_get_smb_ses()
2547 if (tcon->seal != ctx->seal) in match_tcon()
2734 if (ctx->seal) { in cifs_get_tcon()
2742 tcon->seal = true; in cifs_get_tcon()
4397 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
H A Dfs_context.h278 bool seal:1; /* request transport encryption on share */ member
H A Dcifsproto.h605 struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal);
H A Ddfs_cache.c1150 ipc = cifs_setup_ipc(ses, tcon->seal); in is_ses_good()
H A Dcifs_debug.c113 if ((tcon->seal) || in cifs_debug_tcon()
H A Dcifsglob.h1267 bool seal:1; /* transport encryption for this mounted share */ member
H A Dfs_context.c1812 ctx->seal = 1; in smb3_fs_context_parse_param()
H A Dcifsfs.c700 if (tcon->seal) in cifs_show_options()
H A Dsmb2pdu.c85 if (tcon->seal && in smb3_encryption_required()
2214 if (tcon->seal && in SMB2_tcon()
/linux/Documentation/userspace-api/
H A Dmseal.rst20 applied by the runtime loader to seal .text and .rodata pages and
21 applications can additionally seal security critical data at runtime.
/linux/Documentation/gpu/rfc/
H A Dgpusvm.rst15 invent driver defined locks to seal core MM races.
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst647 seal
648 Must seal (encrypt) all data on this mounted share before
746 seal (packet encryption) 0x00040
747 must seal 0x40040
/linux/Documentation/arch/x86/
H A Dintel_txt.rst181 authentication code) over and then seal with the TPM. On resume
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst263 seal the key.
/linux/arch/x86/
H A DKconfig1789 In addition to building the kernel with IBT, seal all functions that