Home
last modified time | relevance | path

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

/linux/security/keys/
H A Dinternal.h92 extern struct key_type *key_type_lookup(const char *type);
H A Dkey.c716 struct key_type *key_type_lookup(const char *type) in key_type_lookup() function
752 * Unlock a key type locked by key_type_lookup().
828 index_key.type = key_type_lookup(type); in __key_create_or_update()
H A Dkeyctl.c215 ktype = key_type_lookup(type); in SYSCALL_DEFINE4()
756 ktype = key_type_lookup(type); in keyctl_keyring_search()
H A Dkeyring.c1041 restrict_type = key_type_lookup(type); in keyring_restrict()