Searched refs:seal (Results 1 – 20 of 20) sorted by relevance
| /Linux-v6.6/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-v6.6/include/keys/ |
| D | trusted-type.h | 62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
|
| /Linux-v6.6/security/keys/trusted-keys/ |
| D | trusted_caam.c | 77 .seal = trusted_caam_seal,
|
| D | trusted_core.c | 47 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal); 362 trusted_key_sources[i].ops->seal); in init_trusted()
|
| D | trusted_tee.c | 310 .seal = trusted_tee_seal,
|
| D | trusted_tpm1.c | 1070 .seal = trusted_tpm_seal,
|
| /Linux-v6.6/fs/smb/client/ |
| D | fs_context.h | 221 bool seal:1; /* request transport encryption on share */ member
|
| D | connect.c | 1868 bool seal = false; in cifs_setup_ipc() local 1875 if (ctx->seal) { in cifs_setup_ipc() 1877 seal = true; in cifs_setup_ipc() 1897 tcon->seal = seal; in cifs_setup_ipc() 2361 if (tcon->seal != ctx->seal) in match_tcon() 2538 if (ctx->seal) { in cifs_get_tcon() 2546 tcon->seal = true; in cifs_get_tcon() 3948 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
|
| D | cifs_debug.c | 109 if ((tcon->seal) || in cifs_debug_tcon()
|
| D | fs_context.c | 1474 ctx->seal = 1; in smb3_fs_context_parse_param()
|
| D | cifsglob.h | 1188 bool seal:1; /* transport encryption for this mounted share */ member
|
| D | cifsfs.c | 599 if (tcon->seal) in cifs_show_options()
|
| D | smb2pdu.c | 80 if (tcon->seal && in smb3_encryption_required() 1969 if (tcon->seal && in SMB2_tcon()
|
| /Linux-v6.6/drivers/net/can/usb/ |
| D | Kconfig | 158 https://www.theobroma-systems.com/seal)
|
| /Linux-v6.6/Documentation/arch/x86/ |
| D | intel_txt.rst | 181 authentication code) over and then seal with the TPM. On resume
|
| /Linux-v6.6/Documentation/security/keys/ |
| D | trusted-encrypted.rst | 201 seal the key.
|
| /Linux-v6.6/tools/objtool/Documentation/ |
| D | objtool.txt | 50 instruction sites, enabling the kernel to "seal" them (replace them
|
| /Linux-v6.6/Documentation/admin-guide/cifs/ |
| D | usage.rst | 645 seal 646 Must seal (encrypt) all data on this mounted share before
|
| /Linux-v6.6/arch/x86/ |
| D | Kconfig | 1838 In addition to building the kernel with IBT, seal all functions that
|