aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c
AgeCommit message (Expand)Author
2020-12-01crypto: sa2ul: add dynamic fallback size configurationTero Kristo
2020-12-01crypto: sa2ul: convert hash fallback mechanism to use local bufferTero Kristo
2020-12-01crypto: sa2ul: sync codebase with latest upstreamTero Kristo
2020-12-01crypto: sa2ul: disable crypto engines during failed probeTero Kristo
2020-12-01crypto: sa2ul: implement PM runtime supportTero Kristo
2020-12-01crypto: sa2ul: fix some memory leaksTero Kristo
2020-12-01crypto: sa2ul: fix GFP flags usage according to API call typeTero Kristo
2020-12-01crypto: sa2ul: fix DMA API errors with SHA pathTero Kristo
2020-12-01crypto: sa2ul: fix DMA API mapping errors with AEAD pathTero Kristo
2020-12-01crypto: sa2ul: Fix Error handling for rx2 and tx DMA channelsPeter Ujfalusi
2020-12-01crypto: sa2ul: use fallback algorithm with SHATero Kristo
2020-12-01crypto: sa2ul: add fallback support for AES/DESTero Kristo
2020-12-01crypto: sa2ul: check valid datasizes with aes/desTero Kristo
2020-12-01crypto: sa2ul: avoid usage of sg_split under AEAD if possibleTero Kristo
2020-12-01crypto: sa2ul: fix dma_sync_sg_for_device usageTero Kristo
2020-12-01crypto: sa2ul: add support for multichunk sha handlingTero Kristo
2020-12-01crypto: sa2ul: fix aead check for the RX DMA channelTero Kristo
2020-12-01crypto: sa2ul: fix destination sg with sg_split usage for AESTero Kristo
2020-12-01crypto: sa2ul: fix the wrong ivsize for ecb-des3-edeTero Kristo
2020-12-01crypto: sa2ul: Make sure that dst buffer size is correct for sa_aeadPeter Ujfalusi
2020-12-01crypto: sa2ul: Make sure that dst buffer size is correct for sa_aesPeter Ujfalusi
2020-12-01crypto: sa2ul: Document all the members of struct sa_rx_dataPeter Ujfalusi
2020-12-01crypto: sa2ul: force kernel algorithm usage with SHATero Kristo
2020-12-01crypto: sa2ul: fix memory leak with fallback algo allocationTero Kristo
2020-12-01crypto: sa2ul: Add AEAD algorithm supportKeerthy
2020-12-01crypto: sa2ul: Add simple sha1/256/512 supportKeerthy
2020-12-01crypto: sa2ul: Add crypto driverKeerthy