David Howells | 964f3b3 | 2012-09-13 15:17:21 +0100 | [diff] [blame^] | 1 | menuconfig ASYMMETRIC_KEY_TYPE |
2 | tristate "Asymmetric (public-key cryptographic) key type" | ||||
3 | depends on KEYS | ||||
4 | help | ||||
5 | This option provides support for a key type that holds the data for | ||||
6 | the asymmetric keys used for public key cryptographic operations such | ||||
7 | as encryption, decryption, signature generation and signature | ||||
8 | verification. | ||||
9 | |||||
10 | if ASYMMETRIC_KEY_TYPE | ||||
11 | |||||
12 | |||||
13 | endif # ASYMMETRIC_KEY_TYPE |