summaryrefslogtreecommitdiff
path: root/drivers/crypto/tegra-aes.c
AgeCommit message (Expand)Author
2012-07-06crypto: tegra-aes: synchronize dma buffer accessSanjay Singh Rawat
2012-07-03crypto: tegra-aes: correct key table buffer sizeSanjay Singh Rawat
2012-04-16crypto: tegra-aes: schedule single work handlerAmit Kamath
2012-03-26crypto: tegra-aes: save key during key callSanjay Singh Rawat
2012-03-07crypto: tegra-aes: fix "syntax error" in licenseMarc Dietrich
2012-01-20crypto: tegra-aes: get hardware ownership before copying keyVarun Wadekar
2012-01-20crypto: tegra-aes: remove aes_lock usageVarun Wadekar
2012-01-20crypto: tegra-aes: rng: check if bsea is busy before using itVarun Wadekar
2011-12-15crypto: tegra-aes: store keys in individual requestsVarun Wadekar
2011-11-30crypto: tegra-aes: replace dev_err and add NULL checkingJubeom Kim
2011-11-30crypto: tegra-aes: validate clk_get return valuesVarun Wadekar
2011-11-30crypto: tegra-aes: code refactorVarun Wadekar
2011-11-30crypto: tegra-aes: performance optimisationsVarun Wadekar
2011-11-30crypto: tegra-aes: dual core supportSanjay Singh Rawat
2011-11-30ARM: tegra: Use proper type for physical addressesScott Williams
2011-11-30Update copyrightsScott Williams
2011-11-30crypto: tegra-aes: add support for aes-ofb modepuneet saxena
2011-11-30crypto: tegra-aes: reclaim key slot in cra_exitVarun Wadekar
2011-11-30crypto: tegra-aes: enable/disable irq per requestVarun Wadekar
2011-11-30Revert "Revert "crypto: tegra-aes: performance improvements""Varun Wadekar
2011-11-30Revert "crypto: tegra-aes: performance improvements"Varun Colbert
2011-11-30crypto: tegra-aes: performance improvementsVarun Wadekar
2011-11-30crypto: tegra-aes: do not track ssk slotVarun Wadekar
2011-11-30crypto: tegra-aes: set vde clock to max in _probeVarun Wadekar
2011-11-30crypto: tegra-aes: perf: remove unnecessary polling and memsetVarun Wadekar
2011-11-30crypto: tegra-aes: Hack to disable HW AES for dm-cryptKen Sumrall
2011-11-30crypto: tegra-aes: improve encrypt/decrypt performanceVarun Wadekar
2011-11-30crypto: tegra-aes: call INIT_COMPLETION before setting the transferVarun Wadekar
2011-11-30crypto: tegra-aes: do not reset bsev/vde per operationVarun Wadekar
2011-11-30crytpo: tegra-aes: make aes_handle_req aynschronousVarun Wadekar
2011-11-30crypto: tegra-aes: reduce ivsize to 16 bytes and priority to 100Varun Wadekar
2011-11-30crypto: tegra-aes: initialise bsev/vde clocks per operationVarun Wadekar
2011-11-30crypto: tegra-aes: Disable clock at end of probeColin Cross
2011-11-30crypto: driver for tegra AES hardwareVarun Wadekar