summaryrefslogtreecommitdiff
path: root/crypto/pcrypt.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-07-10 20:36:49 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-07-16 21:49:13 +1000
commite86dff2f74f8211a81e40b0b27bd33dbc26e9205 (patch)
tree4456f6e9bd9a7ed6997fe2a01f77352f8c97df69 /crypto/pcrypt.c
parentbfbb4c6881f990fa2383694273f54774f76d4641 (diff)
downloadlinux-crypto-e86dff2f74f8211a81e40b0b27bd33dbc26e9205.tar.gz
linux-crypto-e86dff2f74f8211a81e40b0b27bd33dbc26e9205.zip
crypto: lrw - prefix function and struct names with "lrw"
Overly-generic names can cause problems like naming collisions, confusing crash reports, and reduced grep-ability. E.g. see commit ccf5a2ec44cb ("crypto - Avoid free() namespace collision"). Clean this up for the lrw template by prefixing the names with "lrw_". (I didn't use "crypto_lrw_" instead because that seems overkill.) Also constify the tfm context in a couple places. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/pcrypt.c')
0 files changed, 0 insertions, 0 deletions