Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfscrypt_private.h72 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size() function
89 return ctx_size >= 1 && ctx_size == fscrypt_context_size(ctx); in fscrypt_context_is_valid()