Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
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-6.12.1/tools/testing/selftests/tpm2/
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)
Dtpm2.py589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/linux-6.12.1/include/keys/
Dtrusted-type.h62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_caam.c77 .seal = trusted_caam_seal,
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()
Dtrusted_tee.c286 .seal = trusted_tee_seal,
Dtrusted_dcp.c339 .seal = trusted_dcp_seal,
Dtrusted_tpm1.c1081 .seal = trusted_tpm_seal,
/linux-6.12.1/fs/smb/client/
Dfs_context.h234 bool seal:1; /* request transport encryption on share */ member
Dconnect.c1928 bool seal = false; in cifs_setup_ipc() local
1935 if (ctx->seal) { in cifs_setup_ipc()
1937 seal = true; in cifs_setup_ipc()
1957 tcon->seal = seal; in cifs_setup_ipc()
2406 if (tcon->seal != ctx->seal) in match_tcon()
2593 if (ctx->seal) { in cifs_get_tcon()
2601 tcon->seal = true; in cifs_get_tcon()
4067 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
Dcifs_debug.c111 if ((tcon->seal) || in cifs_debug_tcon()
Dcifsglob.h1254 bool seal:1; /* transport encryption for this mounted share */ member
Dfs_context.c1560 ctx->seal = 1; in smb3_fs_context_parse_param()
Dcifsfs.c614 if (tcon->seal) in cifs_show_options()
Dsmb2pdu.c83 if (tcon->seal && in smb3_encryption_required()
2158 if (tcon->seal && in SMB2_tcon()
/linux-6.12.1/Documentation/userspace-api/
Dmseal.rst20 applied by the runtime loader to seal .text and .rodata pages and
21 applications can additionally seal security critical data at runtime.
Dmfd_noexec.rst26 seal and executable feature to copy the contents of the binary then
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex-layout.c198 struct layout_region seal; member
450 layout->seal = (struct layout_region) { in initialize_layout()
685 *lr++ = layout->seal; in make_layout_region_table()
1364 layout->seal = table->regions[table->header.region_count - 1]; in reconstitute_layout()
1365 result = verify_region(&layout->seal, next_block + layout->super.volume_offset, in reconstitute_layout()
/linux-6.12.1/drivers/net/can/usb/
DKconfig163 https://www.theobroma-systems.com/seal)
/linux-6.12.1/Documentation/admin-guide/cifs/
Dusage.rst645 seal
646 Must seal (encrypt) all data on this mounted share before
744 seal (packet encryption) 0x00040
745 must seal 0x40040
/linux-6.12.1/Documentation/arch/x86/
Dintel_txt.rst181 authentication code) over and then seal with the TPM. On resume
/linux-6.12.1/Documentation/security/keys/
Dtrusted-encrypted.rst232 seal the key.
/linux-6.12.1/tools/objtool/Documentation/
Dobjtool.txt50 instruction sites, enabling the kernel to "seal" them (replace them
/linux-6.12.1/arch/x86/
DKconfig1862 In addition to building the kernel with IBT, seal all functions that