Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dpolicy.c38 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in create_encryption_context_from_policy()
123 if (ctx.format != FS_ENCRYPTION_CONTEXT_FORMAT_V1) in fscrypt_ioctl_get_policy()
254 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in fscrypt_inherit_context()
Dfscrypt_private.h43 #define FS_ENCRYPTION_CONTEXT_FORMAT_V1 1 macro
Dkeyinfo.c301 ctx.format = FS_ENCRYPTION_CONTEXT_FORMAT_V1; in fscrypt_get_encryption_info()
309 if (ctx.format != FS_ENCRYPTION_CONTEXT_FORMAT_V1) in fscrypt_get_encryption_info()