Searched refs:ctx_u (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | policy.c | 251 * @ctx_u: output context 260 static int fscrypt_new_context(union fscrypt_context *ctx_u, in fscrypt_new_context() argument 264 memset(ctx_u, 0, sizeof(*ctx_u)); in fscrypt_new_context() 269 struct fscrypt_context_v1 *ctx = &ctx_u->v1; in fscrypt_new_context() 285 struct fscrypt_context_v2 *ctx = &ctx_u->v2; in fscrypt_new_context() 307 * @ctx_u: input context 319 const union fscrypt_context *ctx_u, in fscrypt_policy_from_context() 324 if (!fscrypt_context_is_valid(ctx_u, ctx_size)) in fscrypt_policy_from_context() 327 switch (ctx_u in fscrypt_policy_from_context() 318 fscrypt_policy_from_context(union fscrypt_policy *policy_u, const union fscrypt_context *ctx_u, int ctx_size) fscrypt_policy_from_context() argument [all...] |
H A D | fscrypt_private.h | 622 const union fscrypt_context *ctx_u,
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | policy.c | 291 * @ctx_u: output context 300 static int fscrypt_new_context(union fscrypt_context *ctx_u, in fscrypt_new_context() argument 304 memset(ctx_u, 0, sizeof(*ctx_u)); in fscrypt_new_context() 309 struct fscrypt_context_v1 *ctx = &ctx_u->v1; in fscrypt_new_context() 325 struct fscrypt_context_v2 *ctx = &ctx_u->v2; in fscrypt_new_context() 347 * @ctx_u: input context 359 const union fscrypt_context *ctx_u, in fscrypt_policy_from_context() 364 if (!fscrypt_context_is_valid(ctx_u, ctx_size)) in fscrypt_policy_from_context() 367 switch (ctx_u in fscrypt_policy_from_context() 358 fscrypt_policy_from_context(union fscrypt_policy *policy_u, const union fscrypt_context *ctx_u, int ctx_size) fscrypt_policy_from_context() argument [all...] |
H A D | fscrypt_private.h | 661 const union fscrypt_context *ctx_u,
|
Completed in 4 milliseconds