Lines Matching defs:description
111 if (keyring->description &&
112 keyring->description[0] &&
113 keyring->description[0] != '.') {
161 * Hash a key type and description.
167 const char *description = index_key->description;
187 memcpy(&piece, description, n);
188 description += n;
211 * Finalise an index key to include a part of the description actually in the
219 memcpy(index_key->desc, index_key->description, n);
290 d = index_key->description + sizeof(index_key->desc);
317 memcmp(key->index_key.description, index_key->description,
368 seg_a = *(unsigned char *)(a->description + i);
369 seg_b = *(unsigned char *)(b->description + i);
414 if (keyring->description) {
439 if (keyring->description)
440 seq_puts(m, keyring->description);
517 struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid,
526 keyring = key_alloc(&key_type_keyring, description,
568 return strcmp(key->description, match_data->raw_data) == 0;
681 ctx->index_key.description);
687 if (ctx->index_key.description)
883 * function, which is given the description to use in any way it sees fit. The
931 * @description: The name of the keyring we want to find.
939 const char *description,
944 .index_key.description = description,
945 .index_key.desc_len = strlen(description),
948 .match_data.raw_data = description,
1107 keyring->serial, index_key->type->name, index_key->description);
1161 if (strcmp(keyring->description, name) != 0)
1300 keyring->serial, index_key->type->name, index_key->description);
1364 * holds at most one link to any given key of a particular type+description
1720 kenter("%x{%s}", keyring->serial, keyring->description ?: "");
1765 kenter("%x{%s}", keyring->serial, keyring->description ?: "");