Home
last modified time | relevance | path

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

/fs/crypto/
Dpolicy.c160 struct fscrypt_context parent_ctx, child_ctx; in fscrypt_has_permitted_context() local
213 res = cops->get_context(child, &child_ctx, sizeof(child_ctx)); in fscrypt_has_permitted_context()
214 if (res != sizeof(child_ctx)) in fscrypt_has_permitted_context()
218 child_ctx.master_key_descriptor, in fscrypt_has_permitted_context()
221 child_ctx.contents_encryption_mode) && in fscrypt_has_permitted_context()
223 child_ctx.filenames_encryption_mode) && in fscrypt_has_permitted_context()
224 (parent_ctx.flags == child_ctx.flags); in fscrypt_has_permitted_context()