Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: arm64/aes-bs - move kernel mode neon en/disable into loop | Ard Biesheuvel | 2018-03-16 | 1 | -19/+17 |
* | crypto: arm64/aes-blk - move kernel mode neon en/disable into loop | Ard Biesheuvel | 2018-03-16 | 1 | -8/+6 |
* | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR | Ard Biesheuvel | 2017-08-04 | 1 | -5/+43 |
* | crypto: algapi - make crypto_xor() take separate dst and src arguments | Ard Biesheuvel | 2017-08-04 | 1 | -3/+2 |
* | crypto: arm64/aes - don't use IV buffer to return final keystream block | Ard Biesheuvel | 2017-02-03 | 1 | -4/+5 |
* | crypto: arm64/aes - replace scalar fallback with plain NEON fallback | Ard Biesheuvel | 2017-02-03 | 1 | -10/+28 |
* | crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 | Ard Biesheuvel | 2017-01-13 | 1 | -0/+420 |