aboutsummaryrefslogtreecommitdiffstats
path: root/include/keys
diff options
context:
space:
mode:
authorDmitry Kasatkin <d.kasatkin@samsung.com>2014-10-06 10:21:05 -0400
committerDavid Howells <dhowells@redhat.com>2014-10-06 10:21:05 -0400
commitf1b731dbc2530cab93fcfc5fcb18c9f3a100feeb (patch)
treeb5b02c3fd51b13e11a5212e4b726f5e2df653f8a /include/keys
parentdd2f6c4481debfa389c1f2b2b1d5bd6449c42611 (diff)
KEYS: Restore partial ID matching functionality for asymmetric keys
Bring back the functionality whereby an asymmetric key can be matched with a partial match on one of its IDs. Whilst we're at it, allow for the possibility of having an increased number of IDs. Reported-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/keys')
-rw-r--r--include/keys/asymmetric-type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/keys/asymmetric-type.h b/include/keys/asymmetric-type.h
index 044ab0d3aa45..c0754abb2f56 100644
--- a/include/keys/asymmetric-type.h
+++ b/include/keys/asymmetric-type.h
@@ -51,6 +51,9 @@ struct asymmetric_key_ids {
51extern bool asymmetric_key_id_same(const struct asymmetric_key_id *kid1, 51extern bool asymmetric_key_id_same(const struct asymmetric_key_id *kid1,
52 const struct asymmetric_key_id *kid2); 52 const struct asymmetric_key_id *kid2);
53 53
54extern bool asymmetric_key_id_partial(const struct asymmetric_key_id *kid1,
55 const struct asymmetric_key_id *kid2);
56
54extern struct asymmetric_key_id *asymmetric_key_generate_id(const void *val_1, 57extern struct asymmetric_key_id *asymmetric_key_generate_id(const void *val_1,
55 size_t len_1, 58 size_t len_1,
56 const void *val_2, 59 const void *val_2,