Searched hist:b8969a1b69672b163d057e7745ebc915df689211 (Results 1 – 9 of 9) sorted by relevance
/linux/crypto/ |
H A D | kpp.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | acompress.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | akcipher.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | scompress.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | rng.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | aead.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | skcipher.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | shash.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | ahash.c | diff b8969a1b69672b163d057e7745ebc915df689211 Tue May 02 10:02:33 CEST 2023 Ondrej Mosnacek <omosnace@redhat.com> crypto: api - Fix CRYPTO_USER checks for report function
Checking the config via ifdef incorrectly compiles out the report functions when CRYPTO_USER is set to =m. Fix it by using IS_ENABLED() instead.
Fixes: c0f9e01dd266 ("crypto: api - Check CRYPTO_USER instead of NET for report") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|