diff options
author | Eric Biggers <ebiggers@google.com> | 2017-02-25 00:46:59 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-03-09 11:34:39 +0100 |
commit | b13b1e0c6b171b4f6ad94dd99020708719983494 (patch) | |
tree | b009912627ebc58497f26e7e9f8da8d1d430e315 /crypto/cbc.c | |
parent | crypto: kpp - constify buffer passed to crypto_kpp_set_secret() (diff) | |
download | linux-b13b1e0c6b171b4f6ad94dd99020708719983494.tar.xz linux-b13b1e0c6b171b4f6ad94dd99020708719983494.zip |
crypto: testmgr - constify all test vectors
Cryptographic test vectors should never be modified, so constify them to
enforce this at both compile-time and run-time. This moves a significant
amount of data from .data to .rodata when the crypto tests are enabled.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/cbc.c')
0 files changed, 0 insertions, 0 deletions