Home
last modified time | relevance | path

Searched hist:"61 c581a46a9668747d355436bd4b2505594539bd" (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/
H A DKconfigdiff 61c581a46a9668747d355436bd4b2505594539bd Thu Nov 03 20:22:57 CET 2022 Ard Biesheuvel <ardb@kernel.org> crypto: move gf128mul library into lib/crypto

The gf128mul library does not depend on the crypto API at all, so it can
be moved into lib/crypto. This will allow us to use it in other library
code in a subsequent patch without having to depend on CONFIG_CRYPTO.

While at it, change the Kconfig symbol name to align with other crypto
library implementations. However, the source file name is retained, as
it is reflected in the module .ko filename, and changing this might
break things for users.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/linux/drivers/crypto/chelsio/
H A DKconfigdiff 61c581a46a9668747d355436bd4b2505594539bd Thu Nov 03 20:22:57 CET 2022 Ard Biesheuvel <ardb@kernel.org> crypto: move gf128mul library into lib/crypto

The gf128mul library does not depend on the crypto API at all, so it can
be moved into lib/crypto. This will allow us to use it in other library
code in a subsequent patch without having to depend on CONFIG_CRYPTO.

While at it, change the Kconfig symbol name to align with other crypto
library implementations. However, the source file name is retained, as
it is reflected in the module .ko filename, and changing this might
break things for users.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>