Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dfscrypt_private.h65 static inline int fscrypt_context_size(const union fscrypt_context *ctx) in fscrypt_context_size() function
Dpolicy.c166 if (ctx_size <= 0 || ctx_size != fscrypt_context_size(ctx_u)) in fscrypt_policy_from_context()