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