Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h486 bool seal:1; /* request transport encryption on share */ member
894 bool seal:1; /* transport encryption for this mounted share */ member
Dconnect.c1482 vol->seal = 1; in cifs_parse_mount_options()
2649 if (tcon->seal != volume_info->seal) in cifs_get_tcon()
2690 tcon->seal = volume_info->seal; in cifs_get_tcon()
Dcifsfs.c451 if (tcon->seal) in cifs_show_options()
Dsmb2pdu.c925 if ((tcon && tcon->seal) && in SMB2_tcon()
/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt11 Trusted Keys use a TPM both to generate and to seal the keys. Keys are sealed
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h411 int (*seal) (struct ptlrpc_cli_ctx *ctx, member
/linux-4.4.14/Documentation/
Dintel_txt.txt165 authentication code) over and then seal with the TPM. On resume
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c916 LASSERT(ctx->cc_ops->seal); in sptlrpc_cli_wrap_request()
917 rc = ctx->cc_ops->seal(ctx, req); in sptlrpc_cli_wrap_request()
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME555 seal Must seal (encrypt) all data on this mounted share before