Lines Matching defs:description
195 * @desc: The key description to allow the key to be searched out.
256 * its description */
276 /* allocate and initialise the key and its description */
282 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL);
283 if (!key->index_key.description)
328 kfree(key->description);
790 * @description: The searchable description for the key.
796 * Search the destination keyring for a key of the same description and if one
813 const char *description,
820 .description = description,
840 (!index_key.description && !index_key.type->preparse))
865 if (!index_key.description)
866 index_key.description = prep.description;
868 if (!index_key.description)
871 index_key.desc_len = strlen(index_key.description);
904 * key of the same type and description in the destination keyring and
927 key = key_alloc(index_key.type, index_key.description,