Home
last modified time | relevance | path

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

/fs/crypto/
Dfscrypt_private.h67 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size() function
Dpolicy.c205 if (ctx_size <= 0 || ctx_size != fscrypt_context_size(ctx_u)) in fscrypt_policy_from_context()