Lines Matching defs:restriction
102 struct key_restriction *restriction)
109 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL);
129 struct key_restriction *restriction;
139 restriction = NULL;
146 restriction = kzalloc_obj(struct key_restriction);
147 if (!restriction)
151 restriction->check = restrict_link_by_ca;
153 restriction->check = restrict_link_to_ima;
164 ret = __integrity_init_keyring(id, perm, restriction);
166 kfree(restriction);