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);
507 prep.orig_description = key->description;
792 const char *description,
800 .description = description,
820 (!index_key.description && !index_key.type->preparse))
835 prep.orig_description = description;
846 if (!index_key.description)
847 index_key.description = prep.description;
849 if (!index_key.description)
852 index_key.desc_len = strlen(index_key.description);
885 * for an existing key of the same type and description in the
917 key = key_alloc(index_key.type, index_key.description,
977 * @description: The searchable description for the key.
983 * Search the destination keyring for a key of the same description and if one
1000 const char *description,
1006 return __key_create_or_update(keyring_ref, type, description, payload,
1015 * @description: The searchable description for the key.
1027 * same description already exists, -ENODEV if the key type wasn't available,
1037 const char *description,
1043 return __key_create_or_update(keyring_ref, type, description, payload,