diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-05-31 13:11:57 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-06-02 12:39:01 +0200 |
commit | ed494d4fa234443a005489afb6b9583415ad89ff (patch) | |
tree | f638837277d65abd82370e7749b3aecac569df99 /init | |
parent | crypto: s5p-sss - Use consistent indentation for variables and members (diff) | |
download | linux-ed494d4fa234443a005489afb6b9583415ad89ff.tar.xz linux-ed494d4fa234443a005489afb6b9583415ad89ff.zip |
crypto: drbg - reduce number of setkey calls
The CTR DRBG code always set the key for each sym cipher invocation even
though the key has not been changed.
The patch ensures that the setkey is only invoked when a new key is
generated by the DRBG.
With this patch, the CTR DRBG performance increases by more than 150%.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions