Home
last modified time | relevance | path

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

/certs/
Dsystem_keyring.c79 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
81 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
83 if (!restriction) in get_builtin_and_secondary_restriction()
86 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
88 return restriction; in get_builtin_and_secondary_restriction()