]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - crypto/asymmetric_keys/Kconfig
KEYS: Implement asymmetric key type
[can-eth-gw-linux.git] / crypto / asymmetric_keys / Kconfig
diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
new file mode 100644 (file)
index 0000000..cad29b3
--- /dev/null
@@ -0,0 +1,13 @@
+menuconfig ASYMMETRIC_KEY_TYPE
+       tristate "Asymmetric (public-key cryptographic) key type"
+       depends on KEYS
+       help
+         This option provides support for a key type that holds the data for
+         the asymmetric keys used for public key cryptographic operations such
+         as encryption, decryption, signature generation and signature
+         verification.
+
+if ASYMMETRIC_KEY_TYPE
+
+
+endif # ASYMMETRIC_KEY_TYPE