| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | mseal_test.c | 536 if (seal) in test_seal_mprotect() 561 if (seal) in test_seal_start_mprotect() 596 if (seal) in test_seal_end_mprotect() 621 if (seal) in test_seal_mprotect_unalign_len() 649 if (seal) in test_seal_mprotect_unalign_len_variant_2() 681 if (seal) in test_seal_mprotect_two_vma() 688 if (seal) in test_seal_mprotect_two_vma() 722 if (seal) in test_seal_mprotect_two_vma_with_split() 730 if (seal) in test_seal_mprotect_two_vma_with_split() 761 if (seal) in test_seal_mprotect_partial_mprotect() [all …]
|
| /linux-6.15/tools/testing/selftests/tpm2/ |
| H A 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)
|
| H A D | tpm2.py | 589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
|
| /linux-6.15/include/keys/ |
| H A D | trusted-type.h | 62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_caam.c | 77 .seal = trusted_caam_seal,
|
| H A 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()
|
| H A D | trusted_dcp.c | 353 .seal = trusted_dcp_seal,
|
| H A D | trusted_tee.c | 286 .seal = trusted_tee_seal,
|
| H A D | trusted_tpm1.c | 1081 .seal = trusted_tpm_seal,
|
| /linux-6.15/drivers/md/dm-vdo/indexer/ |
| H A D | index-layout.c | 199 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-6.15/Documentation/userspace-api/ |
| H A D | mfd_noexec.rst | 26 seal and executable feature to copy the contents of the binary then
|
| H A 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.
|
| /linux-6.15/fs/smb/client/ |
| H A D | connect.c | 2011 bool seal = false; in cifs_setup_ipc() local 2018 if (ctx->seal) { in cifs_setup_ipc() 2020 seal = true; in cifs_setup_ipc() 2040 tcon->seal = seal; in cifs_setup_ipc() 2538 if (tcon->seal != ctx->seal) in match_tcon() 2725 if (ctx->seal) { in cifs_get_tcon() 2733 tcon->seal = true; in cifs_get_tcon() 4382 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
|
| H A D | fs_context.h | 278 bool seal:1; /* request transport encryption on share */ member
|
| H A D | cifs_debug.c | 111 if ((tcon->seal) || in cifs_debug_tcon()
|
| H A D | cifsglob.h | 1290 bool seal:1; /* transport encryption for this mounted share */ member
|
| H A D | fs_context.c | 1748 ctx->seal = 1; in smb3_fs_context_parse_param()
|
| H A D | cifsfs.c | 644 if (tcon->seal) in cifs_show_options()
|
| H A D | smb2pdu.c | 84 if (tcon->seal && in smb3_encryption_required() 2136 if (tcon->seal && in SMB2_tcon()
|
| /linux-6.15/drivers/net/can/usb/ |
| H A D | Kconfig | 163 https://www.theobroma-systems.com/seal)
|
| /linux-6.15/Documentation/gpu/rfc/ |
| H A D | gpusvm.rst | 15 invent driver defined locks to seal core MM races.
|
| /linux-6.15/Documentation/admin-guide/cifs/ |
| H A 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.15/Documentation/arch/x86/ |
| H A D | intel_txt.rst | 181 authentication code) over and then seal with the TPM. On resume
|
| /linux-6.15/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 232 seal the key.
|
| /linux-6.15/tools/objtool/Documentation/ |
| H A D | objtool.txt | 59 instruction sites, enabling the kernel to "seal" them (replace them
|