summaryrefslogtreecommitdiff
path: root/crypto/ctr.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 19:58:42 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:53 +0800
commit9e84b19eaf25c6f394d08323ed779e98eb9c029d (patch)
treea8f9fbb61a6539998d3e8e8813e4047e451ffa9d /crypto/ctr.c
parente7d96e1eba38ccf867353d058e16738cdc226ced (diff)
downloadlinux-crypto-9e84b19eaf25c6f394d08323ed779e98eb9c029d.tar.gz
linux-crypto-9e84b19eaf25c6f394d08323ed779e98eb9c029d.zip
crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name
To allow further simplifying template ->create() functions, make crypto_grab_spawn() handle an ERR_PTR() name by passing back the error. For most templates, this will allow the result of crypto_attr_alg_name() to be passed directly to crypto_grab_*(), rather than first having to assign it to a variable [where it can then potentially be misused, as it was in the rfc7539 template prior to commit 2b169ef4349a ("crypto: chacha20poly1305 - set cra_name correctly")] and check it for error. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ctr.c')
0 files changed, 0 insertions, 0 deletions