aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2017-02-03 14:49:36 +0000
committerHerbert Xu <[email protected]>2017-02-11 17:50:45 +0800
commitf15f05b0a5de667c821a9727c33bce9d1d9b26dd (patch)
tree5136af17bad0933f2aa84f2fca27ae2515b1adc8 /scripts/gdb/linux/proc.py
parent092acf069813a7a07371de0d05010de80d8e613b (diff)
crypto: ccm - switch to separate cbcmac driver
Update the generic CCM driver to defer CBC-MAC processing to a dedicated CBC-MAC ahash transform rather than open coding this transform (and much of the associated scatterwalk plumbing) in the CCM driver itself. This cleans up the code considerably, but more importantly, it allows the use of alternative CBC-MAC implementations that don't suffer from performance degradation due to significant setup time (e.g., the NEON based AES code needs to enable/disable the NEON, and load the S-box into 16 SIMD registers, which cannot be amortized over the entire input when using the cipher interface) Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions