Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / crypto / public_key.h
index 11f535cfb810b50a994f291df7645d873cc48ba1..948c5203ca9c671ee94c1e05dc84034f2fe381ef 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/keyctl.h>
 #include <linux/oid_registry.h>
+#include <crypto/akcipher.h>
 
 /*
  * Cryptographic data for the public-key subtype of the asymmetric key type.
@@ -44,6 +45,8 @@ struct public_key_signature {
        const char *pkey_algo;
        const char *hash_algo;
        const char *encoding;
+       const void *data;
+       unsigned int data_size;
 };
 
 extern void public_key_signature_free(struct public_key_signature *sig);