diff options
Diffstat (limited to 'include/crypto')
| -rw-r--r-- | include/crypto/public_key.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index bb6a884352a5..e0b681a717ba 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h | |||
| @@ -60,6 +60,11 @@ extern int restrict_link_by_key_or_keyring(struct key *dest_keyring, | |||
| 60 | const union key_payload *payload, | 60 | const union key_payload *payload, |
| 61 | struct key *trusted); | 61 | struct key *trusted); |
| 62 | 62 | ||
| 63 | extern int restrict_link_by_key_or_keyring_chain(struct key *trust_keyring, | ||
| 64 | const struct key_type *type, | ||
| 65 | const union key_payload *payload, | ||
| 66 | struct key *trusted); | ||
| 67 | |||
| 63 | extern int verify_signature(const struct key *key, | 68 | extern int verify_signature(const struct key *key, |
| 64 | const struct public_key_signature *sig); | 69 | const struct public_key_signature *sig); |
| 65 | 70 | ||
