Home
last modified time | relevance | path

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

/linux-6.1.9/fs/crypto/ !
Dpolicy.c289 static int fscrypt_new_context(union fscrypt_context *ctx_u, in fscrypt_new_context() argument
293 memset(ctx_u, 0, sizeof(*ctx_u)); in fscrypt_new_context()
298 struct fscrypt_context_v1 *ctx = &ctx_u->v1; in fscrypt_new_context()
314 struct fscrypt_context_v2 *ctx = &ctx_u->v2; in fscrypt_new_context()
348 const union fscrypt_context *ctx_u, in fscrypt_policy_from_context() argument
353 if (!fscrypt_context_is_valid(ctx_u, ctx_size)) in fscrypt_policy_from_context()
356 switch (ctx_u->version) { in fscrypt_policy_from_context()
358 const struct fscrypt_context_v1 *ctx = &ctx_u->v1; in fscrypt_policy_from_context()
373 const struct fscrypt_context_v2 *ctx = &ctx_u->v2; in fscrypt_policy_from_context()
Dfscrypt_private.h662 const union fscrypt_context *ctx_u,