AKASHI Takahiro | c4e961e | 2019-11-13 09:44:58 +0900 | [diff] [blame^] | 1 | menuconfig ASYMMETRIC_KEY_TYPE |
| 2 | bool "Asymmetric (public-key cryptographic) key Support" |
| 3 | help |
| 4 | This option provides support for a key type that holds the data for |
| 5 | the asymmetric keys used for public key cryptographic operations such |
| 6 | as encryption, decryption, signature generation and signature |
| 7 | verification. |
| 8 | |
| 9 | if ASYMMETRIC_KEY_TYPE |
| 10 | |
| 11 | config ASYMMETRIC_PUBLIC_KEY_SUBTYPE |
| 12 | bool "Asymmetric public-key crypto algorithm subtype" |
| 13 | help |
| 14 | This option provides support for asymmetric public key type handling. |
| 15 | If signature generation and/or verification are to be used, |
| 16 | appropriate hash algorithms (such as SHA-1) must be available. |
| 17 | ENOPKG will be reported if the requisite algorithm is unavailable. |
| 18 | |
| 19 | endif # ASYMMETRIC_KEY_TYPE |