Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dmseal_test.c520 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/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py26 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 Dtpm2.py589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c62 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
156 * random key, then seal and create a trusted key-type key, in trusted_instantiate()
378 static_call_update(trusted_key_seal, trusted_key_sources[i].ops->seal); in init_trusted()
H A Dtrusted_pkwm.c187 .seal = trusted_pkwm_seal,
H A Dtrusted_caam.c188 .seal = trusted_caam_seal,
H A Dtrusted_tee.c61 * Have the TEE seal(encrypt) the symmetric key
283 .seal = trusted_tee_seal,
H A Dtrusted_dcp.c353 .seal = trusted_dcp_seal,
H A Dtrusted_tpm1.c426 * Have the TPM seal(encrypt) the trusted key, possibly based on in tpm_seal()
629 * Have the TPM seal(encrypt) the symmetric key in key_seal()
999 .seal = trusted_tpm_seal,
/linux/fs/smb/client/
H A Dconnect.c2024 * @seal: if encryption is requested in cifs_setup_ipc()
2029 struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal) in cifs_setup_ipc()
2040 if (seal && !(server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) { in cifs_setup_ipc()
2057 tcon->seal = seal; in cifs_setup_ipc()
2524 ipc = cifs_setup_ipc(ses, ctx->seal); in cifs_get_smb_ses()
2558 if (tcon->seal != ctx->seal) in match_tcon()
2745 if (ctx->seal) { in cifs_get_tcon()
2753 tcon->seal in cifs_get_tcon()
2023 cifs_setup_ipc(struct cifs_ses * ses,bool seal) cifs_setup_ipc() argument
[all...]
H A Dfs_context.h278 bool seal:1; /* request transport encryption on share */ member
H A Dcifsproto.h330 struct cifs_tcon *cifs_setup_ipc(struct cifs_ses *ses, bool seal);
H A Ddfs_cache.c1150 ipc = cifs_setup_ipc(ses, tcon->seal); in is_ses_good()
H A Dcifsglob.h1256 bool seal:1; /* transport encryption for this mounted share */
1254 bool seal:1; /* transport encryption for this mounted share */ global() member
H A Dcifsfs.c678 if (tcon->seal) in cifs_show_options()
679 seq_puts(s, ",seal"); in cifs_show_options()
H A Dfs_context.c117 fsparam_flag("seal", Opt_seal),
230 cifs_errorf(fc, "sec=krb5p is not supported. Use sec=krb5,seal instead\n"); in cifs_parse_security_flavors()
1848 /* we do not do the following in secFlags because seal in smb3_fs_context_parse_param()
1853 ctx->seal = 1; in smb3_fs_context_parse_param()
H A Dsmb2pdu.c84 if (tcon->seal && in smb3_encryption_required()
918 * in which mount requested encryption ("seal") checks later in decode_signing_ctx()
920 * seal not requested by client, since server is allowed to in decode_signing_ctx()
2247 if (tcon->seal && in SMB2_tdis()
/linux/Documentation/userspace-api/
H A Dmseal.rst20 applied by the runtime loader to seal .text and .rodata pages and
21 applications can additionally seal security critical data at runtime.
/linux/Documentation/gpu/rfc/
H A Dgpusvm.rst15 invent driver defined locks to seal core MM races.
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst647 seal
648 Must seal (encrypt) all data on this mounted share before
746 seal (packet encryption) 0x00040
747 must seal 0x40040
/linux/Documentation/arch/x86/
H A Dintel_txt.rst181 authentication code) over and then seal with the TPM. On resume
/linux/arch/x86/
H A DKconfig1755 In addition to building the kernel with IBT, seal all functions that