blob: cad29b3efa0e638273e9f0eecff4d941c0093c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|