KEYS: Consolidate the concept of an 'index key' for key access
authorDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:15 +0000 (10:35 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:15 +0000 (10:35 +0100)
Consolidate the concept of an 'index key' for accessing keys.  The index key
is the search term needed to find a key directly - basically the key type and
the key description.  We can add to that the description length.

This will be useful when turning a keyring into an associative array rather
than just a pointer block.

Signed-off-by: David Howells <dhowells@redhat.com>

No differences found