projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6e1c2
)
powerpc/crypto: don't build aes-gcm-p10 by default
author
Omar Sandoval
<osandov@fb.com>
Mon, 10 Jul 2023 16:46:47 +0000
(09:46 -0700)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 2 Aug 2023 12:22:18 +0000
(22:22 +1000)
None of the other accelerated crypto modules are built by default.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://msgid.link/40d9c7ebe82c9a9d4ace542ac433753d2f22c6a0.1689007370.git.osandov@osandov.com
arch/powerpc/crypto/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/crypto/Kconfig
b/arch/powerpc/crypto/Kconfig
index 81ae015861c057ebbc1d73c2a7c4b01ba35186dd..97802c72317cab982cafcc8bc94f2cfd5774b525 100644
(file)
--- a/
arch/powerpc/crypto/Kconfig
+++ b/
arch/powerpc/crypto/Kconfig
@@
-101,7
+101,6
@@
config CRYPTO_AES_GCM_P10
select CRYPTO_ALGAPI
select CRYPTO_AEAD
select CRYPTO_SKCIPHER
- default m
help
AEAD cipher: AES cipher algorithms (FIPS-197)
GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)