Home
last modified time | relevance | path

Searched refs:fscrypt_context_is_valid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/crypto/
H A Dpolicy.c364 if (!fscrypt_context_is_valid(ctx_u, ctx_size)) in fscrypt_policy_from_context()
602 if (!fscrypt_context_is_valid(&ctx, ret)) in fscrypt_ioctl_get_nonce()
H A Dfscrypt_private.h89 static inline bool fscrypt_context_is_valid(const union fscrypt_context *ctx, in fscrypt_context_is_valid() function