]> Pileus Git - ~andy/linux/blobdiff - include/crypto/public_key.h
KEYS: Provide signature verification with an asymmetric key
[~andy/linux] / include / crypto / public_key.h
index 4b8b6c16eac6323e09d93c20c8125c44e5a77aa5..f5b0224c99679ed23b8475a75b78992d3ca8c899 100644 (file)
@@ -101,4 +101,8 @@ struct public_key_signature {
        };
 };
 
+struct key;
+extern int verify_signature(const struct key *key,
+                           const struct public_key_signature *sig);
+
 #endif /* _LINUX_PUBLIC_KEY_H */