index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
nx
/
nx.h
Age
Commit message (
Expand
)
Author
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-10-23
crypto: nx - convert AES-CTR to skcipher API
Eric Biggers
2019-10-23
crypto: nx - convert AES-CBC to skcipher API
Eric Biggers
2019-10-23
crypto: nx - convert AES-ECB to skcipher API
Eric Biggers
2019-10-23
crypto: nx - don't abuse blkcipher_desc to pass iv around
Eric Biggers
2019-08-30
crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'
YueHaibing
2019-06-20
crypto: nx - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-08-17
crypto: nx - Add forward declaration for struct crypto_aead
Herbert Xu
2015-08-10
crypto: nx - Removing CTR mode from NX driver
Leonidas Da Silva Barbosa
2015-07-17
crypto: nx - Convert ccm to new AEAD interface
Herbert Xu
2015-07-08
crypto: nx - Fix reentrancy bugs
Herbert Xu
2015-06-17
crypto: nx - Convert GCM to new AEAD interface
Herbert Xu
2015-04-26
crypto: nx - Fixing SHA update bug
Leonidas Da Silva Barbosa
2014-11-06
crypto: nx - Fixing the limit number of bytes to be processed
Leonidas S. Barbosa
2013-09-02
crypto: nx - add offset to nx_build_sg_lists()
Marcelo Cerri
2013-08-14
crypto: nx - fix concurrency issue
Marcelo Cerri
2012-05-16
powerpc/crypto: nx driver code supporting nx encryption
Kent Yoder