Home
last modified time | relevance | path

Searched refs:FS_ENCRYPTION_CONTEXT_FORMAT_V1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/crypto/
Dpolicy.c38 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in create_encryption_context_from_policy()
121 if (ctx.format != FS_ENCRYPTION_CONTEXT_FORMAT_V1) in fscrypt_ioctl_get_policy()
253 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in fscrypt_inherit_context()
Dfscrypt_private.h43 #define FS_ENCRYPTION_CONTEXT_FORMAT_V1 1 macro
Dkeyinfo.c311 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in fscrypt_get_encryption_info()
319 if (ctx.format != FS_ENCRYPTION_CONTEXT_FORMAT_V1) in fscrypt_get_encryption_info()