Searched refs:seal (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/tools/testing/selftests/memfd/
H A Dfuse_test.c169 * is correctly started. After that, it tries to seal @global_mfd as sealing_thread_fn()
257 /* pass mfd+mapping to a separate sealing-thread which tries to seal main()
264 * object. This races the other thread which tries to seal the main()
H A Dmemfd_test.c606 /* add more seals and seal against sealing */ test_basic()
841 * Test whether seal-modifications work as expected with forked childs.
/linux-4.1.27/arch/mips/sibyte/common/
H A Dcfe.c263 * the seal. prom_init()
281 printk("CFE's entrypoint seal doesn't match. Spinning."); prom_init()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c509 /* initiator seal encryption */ context_derive_keys_new()
524 /* acceptor seal encryption */ context_derive_keys_new()
559 /* initiator seal integrity */ context_derive_keys_new()
569 /* acceptor seal integrity */ context_derive_keys_new()
H A Dgss_krb5_wrap.c155 /* XXX factor out common code with seal/unseal. */
298 /* get the sign and seal algorithms */ gss_unwrap_kerberos_v1()
/linux-4.1.27/security/keys/
H A Dtrusted.c455 * Have the TPM seal(encrypt) the trusted key, possibly based on
659 * Have the TPM seal(encrypt) the symmetric key
893 * random key, then seal and create a trusted key-type key,
/linux-4.1.27/fs/cifs/
H A Dcifsfs.c448 if (tcon->seal) cifs_show_options()
449 seq_puts(s, ",seal"); cifs_show_options()
H A Dconnect.c165 { Opt_seal, "seal" },
1460 /* we do not do the following in secFlags because seal cifs_parse_mount_options()
1465 vol->seal = 1; cifs_parse_mount_options()
2604 if (tcon->seal != volume_info->seal) cifs_get_tcon()
2645 tcon->seal = volume_info->seal; cifs_get_tcon()
H A Dcifsglob.h477 bool seal:1; /* request transport encryption on share */ member in struct:smb_vol
882 bool seal:1; /* transport encryption for this mounted share */ member in struct:cifs_tcon
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec.c958 LASSERT(ctx->cc_ops->seal); sptlrpc_cli_wrap_request()
959 rc = ctx->cc_ops->seal(ctx, req); sptlrpc_cli_wrap_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_sec.h428 int (*seal) (struct ptlrpc_cli_ctx *ctx,
/linux-4.1.27/mm/
H A Dshmem.c1961 * the whole underlying inode. Once a seal is set, it may prevent some shmem_add_seals()
1973 * sealed itself, which basically prevents any further seal from being shmem_add_seals()

Completed in 860 milliseconds