Lines Matching refs:description
111 if (keyring->description && in keyring_publish_name()
112 keyring->description[0] && in keyring_publish_name()
113 keyring->description[0] != '.') { in keyring_publish_name()
167 const char *description = index_key->description; in hash_key_type_and_desc() local
187 memcpy(&piece, description, n); in hash_key_type_and_desc()
188 description += n; in hash_key_type_and_desc()
219 memcpy(index_key->desc, index_key->description, n); in key_set_index_key()
290 d = index_key->description + sizeof(index_key->desc); in keyring_get_key_chunk()
317 memcmp(key->index_key.description, index_key->description, in keyring_compare_object()
368 seg_a = *(unsigned char *)(a->description + i); in keyring_diff_objects()
369 seg_b = *(unsigned char *)(b->description + i); in keyring_diff_objects()
414 if (keyring->description) { in keyring_destroy()
439 if (keyring->description) in keyring_describe()
440 seq_puts(m, keyring->description); in keyring_describe()
517 struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid, in keyring_alloc() argument
526 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
568 return strcmp(key->description, match_data->raw_data) == 0; in key_default_cmp()
681 ctx->index_key.description); in search_nested_keyrings()
687 if (ctx->index_key.description) in search_nested_keyrings()
942 const char *description, in keyring_search() argument
947 .index_key.description = description, in keyring_search()
948 .index_key.desc_len = strlen(description), in keyring_search()
951 .match_data.raw_data = description, in keyring_search()
1110 keyring->serial, index_key->type->name, index_key->description); in find_key_to_update()
1164 if (strcmp(keyring->description, name) != 0) in find_keyring_by_name()
1303 keyring->serial, index_key->type->name, index_key->description); in __key_link_begin()
1723 kenter("%x{%s}", keyring->serial, keyring->description ?: ""); in keyring_gc()
1768 kenter("%x{%s}", keyring->serial, keyring->description ?: ""); in keyring_restriction_gc()