File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -136,22 +136,6 @@ config PSA_WANT_KEY_TYPE_CHACHA20
136136 Key for the ChaCha20 stream cipher or the ChaCha20-Poly1305 AEAD algorithm.
137137
138138
139- config PSA_WANT_KEY_TYPE_ECC_KEY_PAIR
140- bool "PSA ECC key pair support"
141- select PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
142- select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
143- select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT
144- select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE
145- select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_DERIVE
146- select DEPRECATED
147- help
148- DEPRECATED: This configuration will be removed in a future release,
149- please use the individual options for import, export, generate,
150- derive and public key instead.
151-
152- Elliptic curve key pair: both the private and public key.
153-
154-
155139config PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
156140 bool "PSA ECC public key support"
157141 help
You can’t perform that action at this time.
0 commit comments