Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsglob.h477 bool seal:1; /* request transport encryption on share */ member
882 bool seal:1; /* transport encryption for this mounted share */ member
Dconnect.c1465 vol->seal = 1; in cifs_parse_mount_options()
2604 if (tcon->seal != volume_info->seal) in cifs_get_tcon()
2645 tcon->seal = volume_info->seal; in cifs_get_tcon()
Dcifsfs.c448 if (tcon->seal) in cifs_show_options()
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt11 Trusted Keys use a TPM both to generate and to seal the keys. Keys are sealed
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h428 int (*seal) (struct ptlrpc_cli_ctx *ctx, member
/linux-4.1.27/Documentation/
Dintel_txt.txt165 authentication code) over and then seal with the TPM. On resume
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c958 LASSERT(ctx->cc_ops->seal); in sptlrpc_cli_wrap_request()
959 rc = ctx->cc_ops->seal(ctx, req); in sptlrpc_cli_wrap_request()
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME555 seal Must seal (encrypt) all data on this mounted share before