Lines Matching defs:description
194 * @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)
329 kfree(key->description);
510 prep.orig_description = key->description;
808 const char *description,
816 .description = description,
836 (!index_key.description && !index_key.type->preparse))
851 prep.orig_description = description;
862 if (!index_key.description)
863 index_key.description = prep.description;
865 if (!index_key.description)
868 index_key.desc_len = strlen(index_key.description);
901 * for an existing key of the same type and description in the
933 key = key_alloc(index_key.type, index_key.description,
992 * @description: The searchable description for the key.
998 * Search the destination keyring for a key of the same description and if one
1015 const char *description,
1021 return __key_create_or_update(keyring_ref, type, description, payload,
1030 * @description: The searchable description for the key.
1042 * same description already exists, -ENODEV if the key type wasn't available,
1052 const char *description,
1058 return __key_create_or_update(keyring_ref, type, description, payload,