summaryrefslogtreecommitdiffstats
path: root/include/keys
diff options
context:
space:
mode:
Diffstat (limited to 'include/keys')
-rw-r--r--include/keys/asymmetric-type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/keys/asymmetric-type.h b/include/keys/asymmetric-type.h
index d1e23dda4363..735db697c4d2 100644
--- a/include/keys/asymmetric-type.h
+++ b/include/keys/asymmetric-type.h
@@ -76,6 +76,11 @@ const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key)
76 return key->payload.data[asym_key_ids]; 76 return key->payload.data[asym_key_ids];
77} 77}
78 78
79extern struct key *x509_request_asymmetric_key(struct key *keyring,
80 const struct asymmetric_key_id *id,
81 const struct asymmetric_key_id *skid,
82 bool partial);
83
79/* 84/*
80 * The payload is at the discretion of the subtype. 85 * The payload is at the discretion of the subtype.
81 */ 86 */