]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/crypto/public_key.h
Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
[mirror_ubuntu-bionic-kernel.git] / include / crypto / public_key.h
index fc09732613adbe98985083a0ca8fc0ec5ea334a9..0d164c6af5397f6a87a9c794bf2c4bbc8cd6c5c5 100644 (file)
@@ -98,4 +98,8 @@ struct key;
 extern int verify_signature(const struct key *key,
                            const struct public_key_signature *sig);
 
+extern struct key *x509_request_asymmetric_key(struct key *keyring,
+                                              const char *issuer,
+                                              const char *key_id);
+
 #endif /* _LINUX_PUBLIC_KEY_H */