/linux-6.12.1/tools/testing/selftests/mm/ |
D | mseal_test.c | 520 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/ |
D | tpm2_tests.py | 26 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)
|
D | tpm2.py | 589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
|
/linux-6.12.1/include/keys/ |
D | trusted-type.h | 62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_caam.c | 77 .seal = trusted_caam_seal,
|
D | trusted_core.c | 51 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()
|
D | trusted_tee.c | 286 .seal = trusted_tee_seal,
|
D | trusted_dcp.c | 339 .seal = trusted_dcp_seal,
|
D | trusted_tpm1.c | 1081 .seal = trusted_tpm_seal,
|
/linux-6.12.1/fs/smb/client/ |
D | fs_context.h | 234 bool seal:1; /* request transport encryption on share */ member
|
D | connect.c | 1928 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()
|
D | cifs_debug.c | 111 if ((tcon->seal) || in cifs_debug_tcon()
|
D | cifsglob.h | 1254 bool seal:1; /* transport encryption for this mounted share */ member
|
D | fs_context.c | 1560 ctx->seal = 1; in smb3_fs_context_parse_param()
|
D | cifsfs.c | 614 if (tcon->seal) in cifs_show_options()
|
D | smb2pdu.c | 83 if (tcon->seal && in smb3_encryption_required() 2158 if (tcon->seal && in SMB2_tcon()
|
/linux-6.12.1/Documentation/userspace-api/ |
D | mseal.rst | 20 applied by the runtime loader to seal .text and .rodata pages and 21 applications can additionally seal security critical data at runtime.
|
D | mfd_noexec.rst | 26 seal and executable feature to copy the contents of the binary then
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | index-layout.c | 198 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/ |
D | Kconfig | 163 https://www.theobroma-systems.com/seal)
|
/linux-6.12.1/Documentation/admin-guide/cifs/ |
D | usage.rst | 645 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/ |
D | intel_txt.rst | 181 authentication code) over and then seal with the TPM. On resume
|
/linux-6.12.1/Documentation/security/keys/ |
D | trusted-encrypted.rst | 232 seal the key.
|
/linux-6.12.1/tools/objtool/Documentation/ |
D | objtool.txt | 50 instruction sites, enabling the kernel to "seal" them (replace them
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 1862 In addition to building the kernel with IBT, seal all functions that
|