index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
internal
/
skcipher.h
Age
Commit message (
Expand
)
Author
2023-10-13
crypto: skcipher - Remove obsolete skcipher_alg helpers
Herbert Xu
2023-10-13
crypto: skcipher - Add crypto_spawn_skcipher_alg_common
Herbert Xu
2023-09-20
crypto: skcipher - Add lskcipher
Herbert Xu
2023-02-13
crypto: skcipher - Use crypto_request_complete
Herbert Xu
2022-12-02
crypto: skcipher - Add ctx helpers with DMA alignment
Herbert Xu
2022-11-18
crypto: skcipher - Allow sync algorithms with large request contexts
Herbert Xu
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2020-01-09
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
Eric Biggers
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
2020-01-09
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
2019-12-27
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2019-09-09
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-11
crypto: skcipher - add helper for simple block cipher modes
Eric Biggers
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2016-12-30
crypto: skcipher - introduce walksize attribute for SIMD algos
Ard Biesheuvel
2016-12-01
crypto: skcipher - Add separate walker for AEAD decryption
Herbert Xu
2016-11-28
crypto: skcipher - Add skcipher walk interface
Herbert Xu
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-10-21
crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration
Eric Biggers
2016-07-18
crypto: skcipher - Remove top-level givcipher interface
Herbert Xu
2016-07-18
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
2015-08-21
crypto: skcipher - Add top-level skcipher interface
Herbert Xu
2014-06-20
crypto: skcipher - Don't use __crypto_dequeue_request()
Marek Vasut
2012-03-29
crypto: user - Fix lookup of algorithms with IV generator
Steffen Klassert
2009-08-29
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
Herbert Xu
2008-08-29
crypto: skcipher - Move IV generators into their own modules
Herbert Xu
2008-03-08
[CRYPTO] skcipher: Fix section mismatches
Herbert Xu
2008-02-23
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
Herbert Xu
2008-01-11
[CRYPTO] chainiv: Avoid lock spinning where possible
Herbert Xu
2008-01-11
[CRYPTO] null: Add null blkcipher algorithm
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Create default givcipher instances
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Added skcipher_givcrypt_complete
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Add crypto_grab_skcipher interface
Herbert Xu