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()
329 kfree(key->description); in key_alloc()
510 prep.orig_description = key->description; in key_instantiate_and_link()
808 const char *description, in __key_create_or_update() argument
816 .description = description, in __key_create_or_update()
836 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update()
851 prep.orig_description = description; in __key_create_or_update()
862 if (!index_key.description) in __key_create_or_update()
863 index_key.description = prep.description; in __key_create_or_update()
865 if (!index_key.description) in __key_create_or_update()
868 index_key.desc_len = strlen(index_key.description); in __key_create_or_update()
933 key = key_alloc(index_key.type, index_key.description, in __key_create_or_update()
1015 const char *description, in key_create_or_update() argument
1021 return __key_create_or_update(keyring_ref, type, description, payload, in key_create_or_update()
1052 const char *description, in key_create() argument
1058 return __key_create_or_update(keyring_ref, type, description, payload, in key_create()