Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_mok.c26 struct key_restriction *restriction; in ima_mok_init()
30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init()
/linux/security/integrity/
H A Ddigsig.c100 struct key_restriction *restriction) in __integrity_init_keyring()
127 struct key_restriction *restriction; in integrity_init_keyring()
144 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
/linux/include/linux/
H A Dkey.h176 struct key_restriction { struct
280 struct key_restriction *restrict_link;
289 struct key_restriction *restrict_link);
424 struct key_restriction *restrict_link,
H A Dkey-type.h150 struct key_restriction *(*lookup_restriction)(const char *params);
/linux/certs/
H A Dsystem_keyring.c139 static __init struct key_restriction *get_builtin_and_secondary_restriction(void) in get_builtin_and_secondary_restriction()
141 struct key_restriction *restriction; in get_builtin_and_secondary_restriction()
143 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
H A Dblacklist.c325 struct key_restriction *restriction; in blacklist_init()
/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c486 static struct key_restriction *asymmetric_restriction_alloc( in asymmetric_restriction_alloc()
490 struct key_restriction *keyres = in asymmetric_restriction_alloc()
491 kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in asymmetric_restriction_alloc()
506 static struct key_restriction *asymmetric_lookup_restriction( in asymmetric_lookup_restriction()
512 struct key_restriction *ret = ERR_PTR(-EINVAL); in asymmetric_lookup_restriction()
/linux/security/keys/
H A Dkeyring.c425 struct key_restriction *keyres = keyring->restrict_link; in keyring_destroy()
520 struct key_restriction *restrict_link, in keyring_alloc()
973 static struct key_restriction *keyring_restriction_alloc( in keyring_restriction_alloc()
976 struct key_restriction *keyres = in keyring_restriction_alloc()
977 kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in keyring_restriction_alloc()
998 struct key_restriction *keyres) in keyring_detect_restriction_cycle()
1026 struct key_restriction *restrict_link; in keyring_restrict()
1763 struct key_restriction *keyres; in keyring_restriction_gc()
H A Dkey.c227 struct key_restriction *restrict_link) in key_alloc()
530 struct key_restriction *keyres = keyring->restrict_link; in key_instantiate_and_link()
821 struct key_restriction *restrict_link = NULL; in __key_create_or_update()
/linux/Documentation/security/keys/
H A Dcore.rst1260 struct key_restriction *restrict_link,
1670 * ``struct key_restriction *(*lookup_restriction)(const char *params);``
1674 name) is passed in, and this method returns a pointer to a key_restriction