panic: change nmi_panic from macro to function
[sfrench/cifs-2.6.git] / kernel / module_signing.c
index 9cfa46d8d14f16ce006460b3c870bd3fa921c1a6..64b9dead4a0763f2ad9e853a6221b31a0fa6f938 100644 (file)
 #include <crypto/public_key.h>
 #include "module-internal.h"
 
+enum pkey_id_type {
+       PKEY_ID_PGP,            /* OpenPGP generated key ID */
+       PKEY_ID_X509,           /* X.509 arbitrary subjectKeyIdentifier */
+       PKEY_ID_PKCS7,          /* Signature in PKCS#7 message */
+};
+
 /*
  * Module signature information block.
  *