Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dfscrypt_private.h65 union fscrypt_context { union
75 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size()
89 static inline bool fscrypt_context_is_valid(const union fscrypt_context *ctx, in fscrypt_context_is_valid()
96 static inline const u8 *fscrypt_context_nonce(const union fscrypt_context *ctx) in fscrypt_context_nonce()
661 const union fscrypt_context *ctx_u,
H A Dpolicy.c300 static int fscrypt_new_context(union fscrypt_context *ctx_u, in fscrypt_new_context()
359 const union fscrypt_context *ctx_u, in fscrypt_policy_from_context()
409 union fscrypt_context ctx; in fscrypt_get_policy()
433 union fscrypt_context ctx; in set_encryption_policy()
596 union fscrypt_context ctx; in fscrypt_ioctl_get_nonce()
722 BUILD_BUG_ON(sizeof(union fscrypt_context) != in fscrypt_context_for_new_inode()
746 union fscrypt_context ctx; in fscrypt_set_context()
H A Dkeysetup.c639 union fscrypt_context ctx; in fscrypt_get_encryption_info()