Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dfscrypt_private.h75 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size() function
92 return ctx_size >= 1 && ctx_size == fscrypt_context_size(ctx); in fscrypt_context_is_valid()