Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/tpm2/
Dtpm2_tests.py26 blob = self.client.seal(self.root_key, data, auth, None)
45 blob = self.client.seal(self.root_key, data, auth, policy_dig)
65 blob = self.client.seal(self.root_key, data, auth, None)
89 blob = self.client.seal(self.root_key, data, auth, policy_dig)
139 blob = self.client.seal(self.root_key, data, auth, None)
Dtpm2.py584 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/Linux-v5.15/include/keys/
Dtrusted-type.h62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
/Linux-v5.15/security/keys/trusted-keys/
Dtrusted_core.c39 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
328 trusted_key_sources[i].ops->seal); in init_trusted()
Dtrusted_tee.c314 .seal = trusted_tee_seal,
Dtrusted_tpm1.c1070 .seal = trusted_tpm_seal,
/Linux-v5.15/fs/cifs/
Dfs_context.h215 bool seal:1; /* request transport encryption on share */ member
Dconnect.c1565 bool seal = false; in cifs_setup_ipc() local
1572 if (ctx->seal) { in cifs_setup_ipc()
1574 seal = true; in cifs_setup_ipc()
1591 tcon->seal = seal; in cifs_setup_ipc()
1991 if (tcon->seal != ctx->seal) in match_tcon()
2150 if (ctx->seal) { in cifs_get_tcon()
2158 tcon->seal = true; in cifs_get_tcon()
3922 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
Dcifs_debug.c107 if ((tcon->seal) || in cifs_debug_tcon()
Dfs_context.c1336 ctx->seal = 1; in smb3_fs_context_parse_param()
Dcifsglob.h1060 bool seal:1; /* transport encryption for this mounted share */ member
Dcifsfs.c564 if (tcon->seal) in cifs_show_options()
Dsmb2pdu.c80 if (tcon->seal && in smb3_encryption_required()
1881 if (tcon->seal && in SMB2_tcon()
/Linux-v5.15/drivers/net/can/usb/
DKconfig134 https://www.theobroma-systems.com/seal)
/Linux-v5.15/Documentation/x86/
Dintel_txt.rst181 authentication code) over and then seal with the TPM. On resume
/Linux-v5.15/Documentation/security/keys/
Dtrusted-encrypted.rst171 seal the key.
/Linux-v5.15/Documentation/admin-guide/cifs/
Dusage.rst645 seal
646 Must seal (encrypt) all data on this mounted share before