Lines Matching defs:key
2 /* Asymmetric public-key algorithm definitions
18 * Cryptographic data for the public-key subtype of the asymmetric key type.
20 * Note that this may include private part of the key as well as the public
24 void *key;
34 extern void public_key_free(struct public_key *key);
37 * Public key cryptography signature data
56 struct key;
60 extern int restrict_link_by_signature(struct key *dest_keyring,
63 struct key *trust_keyring);
65 extern int restrict_link_by_key_or_keyring(struct key *dest_keyring,
68 struct key *trusted);
70 extern int restrict_link_by_key_or_keyring_chain(struct key *trust_keyring,
73 struct key *trusted);
81 extern int verify_signature(const struct key *,