commit | 4fd4be0576166f0b360d22744e143cd7847b0c29 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Aug 15 12:01:07 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 22 14:57:33 2019 +1000 |
tree | 09a52063bfead898afa072bed24ee9af43bfdd49 | |
parent | dcb15794ec571c10243c24eaff8512b789dfef2a [diff] |
crypto: 3des - move verification out of exported routine In preparation of moving the shared key expansion routine into the DES library, move the verification done by __des3_ede_setkey() into its callers. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>