Lines Matching refs:description

113 	if (keyring->description) {
114 bucket = keyring_hash(keyring->description);
169 * Hash a key type and description.
175 const char *description = index_key->description;
192 memcpy(&piece, description, n);
193 description += n;
260 chunk |= ((u8*)index_key->description)[--offset];
285 memcmp(key->index_key.description, index_key->description,
329 if (((unsigned long)a->description | (unsigned long)b->description) &
332 seg_a = *(unsigned long *)(a->description + i);
333 seg_b = *(unsigned long *)(b->description + i);
341 seg_a = *(unsigned char *)(a->description + i);
342 seg_b = *(unsigned char *)(b->description + i);
387 if (keyring->description) {
405 if (keyring->description)
406 seq_puts(m, keyring->description);
492 struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid,
499 keyring = key_alloc(&key_type_keyring, description,
519 return strcmp(key->description, match_data->raw_data) == 0;
630 ctx->index_key.description);
636 if (ctx->index_key.description)
637 ctx->index_key.desc_len = strlen(ctx->index_key.description);
834 * function, which is given the description to use in any way it sees fit. The
884 * @description: The name of the keyring we want to find.
891 const char *description)
895 .index_key.description = description,
898 .match_data.raw_data = description,
942 keyring->serial, index_key->type->name, index_key->description);
1001 if (strcmp(keyring->description, name) != 0)
1081 keyring->serial, index_key->type->name, index_key->description);
1156 * holds at most one link to any given key of a particular type+description
1370 kenter("%x{%s}", keyring->serial, keyring->description ?: "");