commit | 6273fd7a5a99549bc5b90ce8a70df88cc6b570c3 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:43 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:58:13 2019 +1000 |
tree | d88fd34d1491abbe5455ecbee96aa514aca5c6c8 | |
parent | da3e7a9715ea041299a9e1eae1e73405b110a333 [diff] |
crypto: ccp - move to AES library for CMAC key derivation Use the AES library instead of the cipher interface to perform the single block of AES processing involved in updating the key of the cmac(aes) hash. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>