Home
last modified time | relevance | path

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

/linux-6.12.1/fs/crypto/
Dfscrypt_private.h76 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size() function
93 return ctx_size >= 1 && ctx_size == fscrypt_context_size(ctx); in fscrypt_context_is_valid()