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()
818 const char *description, in key_create_or_update() argument
825 .description = description, in key_create_or_update()
845 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
860 prep.orig_description = description; in key_create_or_update()
871 if (!index_key.description) in key_create_or_update()
872 index_key.description = prep.description; in key_create_or_update()
874 if (!index_key.description) in key_create_or_update()
877 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()