aboutsummaryrefslogtreecommitdiff
path: root/src/abd/abd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/abd.h')
-rw-r--r--src/abd/abd.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/abd/abd.h b/src/abd/abd.h
index 61210b3f7..26b8e222e 100644
--- a/src/abd/abd.h
+++ b/src/abd/abd.h
@@ -42,12 +42,12 @@ struct CollectMessage
42 /** 42 /**
43 * Subject public key 43 * Subject public key
44 */ 44 */
45 struct GNUNET_IDENTITY_PrivateKey subject_key; 45 struct GNUNET_CRYPTO_PrivateKey subject_key;
46 46
47 /** 47 /**
48 * Trust anchor 48 * Trust anchor
49 */ 49 */
50 struct GNUNET_IDENTITY_PublicKey issuer_key; 50 struct GNUNET_CRYPTO_PublicKey issuer_key;
51 51
52 /** 52 /**
53 * Length of the issuer attribute 53 * Length of the issuer attribute
@@ -81,12 +81,12 @@ struct VerifyMessage
81 /** 81 /**
82 * Subject public key 82 * Subject public key
83 */ 83 */
84 struct GNUNET_IDENTITY_PublicKey subject_key; 84 struct GNUNET_CRYPTO_PublicKey subject_key;
85 85
86 /** 86 /**
87 * Trust anchor 87 * Trust anchor
88 */ 88 */
89 struct GNUNET_IDENTITY_PublicKey issuer_key; 89 struct GNUNET_CRYPTO_PublicKey issuer_key;
90 90
91 /** 91 /**
92 * Number of delegates 92 * Number of delegates
@@ -170,7 +170,7 @@ struct DelegationRecordData
170 /** 170 /**
171 * Subject key 171 * Subject key
172 */ 172 */
173 struct GNUNET_IDENTITY_PublicKey subject_key; 173 struct GNUNET_CRYPTO_PublicKey subject_key;
174 174
175 /** 175 /**
176 * Subject attributes 176 * Subject attributes
@@ -184,12 +184,12 @@ struct ChainEntry
184 /** 184 /**
185 * Issuer key 185 * Issuer key
186 */ 186 */
187 struct GNUNET_IDENTITY_PublicKey issuer_key; 187 struct GNUNET_CRYPTO_PublicKey issuer_key;
188 188
189 /** 189 /**
190 * Subject key 190 * Subject key
191 */ 191 */
192 struct GNUNET_IDENTITY_PublicKey subject_key; 192 struct GNUNET_CRYPTO_PublicKey subject_key;
193 193
194 /** 194 /**
195 * Issuer attributes 195 * Issuer attributes
@@ -208,7 +208,7 @@ struct DelegateEntry
208 /** 208 /**
209 * The signature for this credential by the issuer 209 * The signature for this credential by the issuer
210 */ 210 */
211 struct GNUNET_IDENTITY_Signature signature; 211 struct GNUNET_CRYPTO_Signature signature;
212 212
213 /** 213 /**
214 * Signature meta 214 * Signature meta
@@ -218,12 +218,12 @@ struct DelegateEntry
218 /** 218 /**
219 * Public key of the issuer 219 * Public key of the issuer
220 */ 220 */
221 struct GNUNET_IDENTITY_PublicKey issuer_key; 221 struct GNUNET_CRYPTO_PublicKey issuer_key;
222 222
223 /** 223 /**
224 * Public key of the subject this credential was issued to 224 * Public key of the subject this credential was issued to
225 */ 225 */
226 struct GNUNET_IDENTITY_PublicKey subject_key; 226 struct GNUNET_CRYPTO_PublicKey subject_key;
227 227
228 /** 228 /**
229 * Expiration time of this credential 229 * Expiration time of this credential