Searched refs:seal (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
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)
|
A D | tpm2.py | 589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
|
/linux-6.3-rc2/include/keys/ |
A D | trusted-type.h | 62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
|
/linux-6.3-rc2/security/keys/trusted-keys/ |
A D | trusted_caam.c | 77 .seal = trusted_caam_seal,
|
A D | trusted_core.c | 48 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal); 365 trusted_key_sources[i].ops->seal); in init_trusted()
|
A D | trusted_tee.c | 310 .seal = trusted_tee_seal,
|
A D | trusted_tpm1.c | 1070 .seal = trusted_tpm_seal,
|
/linux-6.3-rc2/fs/cifs/ |
A D | fs_context.h | 220 bool seal:1; /* request transport encryption on share */ member
|
A D | connect.c | 1785 bool seal = false; in cifs_setup_ipc() local 1792 if (ctx->seal) { in cifs_setup_ipc() 1794 seal = true; in cifs_setup_ipc() 1811 tcon->seal = seal; in cifs_setup_ipc() 2255 if (tcon->seal != ctx->seal) in match_tcon() 2421 if (ctx->seal) { in cifs_get_tcon() 2429 tcon->seal = true; in cifs_get_tcon() 3810 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
|
A D | cifs_debug.c | 108 if ((tcon->seal) || in cifs_debug_tcon()
|
A D | cifsglob.h | 1202 bool seal:1; /* transport encryption for this mounted share */ member
|
A D | fs_context.c | 1411 ctx->seal = 1; in smb3_fs_context_parse_param()
|
A D | cifsfs.c | 595 if (tcon->seal) in cifs_show_options()
|
A D | smb2pdu.c | 80 if (tcon->seal && in smb3_encryption_required() 1918 if (tcon->seal && in SMB2_tcon()
|
/linux-6.3-rc2/drivers/net/can/usb/ |
A D | Kconfig | 145 https://www.theobroma-systems.com/seal)
|
/linux-6.3-rc2/Documentation/x86/ |
A D | intel_txt.rst | 181 authentication code) over and then seal with the TPM. On resume
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | trusted-encrypted.rst | 201 seal the key.
|
/linux-6.3-rc2/tools/objtool/Documentation/ |
A D | objtool.txt | 50 instruction sites, enabling the kernel to "seal" them (replace them
|
/linux-6.3-rc2/Documentation/admin-guide/cifs/ |
A D | usage.rst | 645 seal 646 Must seal (encrypt) all data on this mounted share before
|
/linux-6.3-rc2/arch/x86/ |
A D | Kconfig | 1868 In addition to building the kernel with IBT, seal all functions that
|
Completed in 74 milliseconds