Lines Matching refs:description
282 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
283 if (!key->index_key.description) in key_alloc()
327 kfree(key->description); in key_alloc()
509 prep.orig_description = key->description; in key_instantiate_and_link()
797 const char *description, in __key_create_or_update() argument
805 .description = description, in __key_create_or_update()
825 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update()
840 prep.orig_description = description; in __key_create_or_update()
851 if (!index_key.description) in __key_create_or_update()
852 index_key.description = prep.description; in __key_create_or_update()
854 if (!index_key.description) in __key_create_or_update()
857 index_key.desc_len = strlen(index_key.description); in __key_create_or_update()
922 key = key_alloc(index_key.type, index_key.description, in __key_create_or_update()
1005 const char *description, in key_create_or_update() argument
1011 return __key_create_or_update(keyring_ref, type, description, payload, in key_create_or_update()
1042 const char *description, in key_create() argument
1048 return __key_create_or_update(keyring_ref, type, description, payload, in key_create()