index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
skcipher.h
Age
Commit message (
Expand
)
Author
2021-12-17
crypto: api - Replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-03-13
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-07-23
crypto: skcipher - drop duplicated word in kernel-doc
Randy Dunlap
2019-12-11
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::decrypt
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::encrypt
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::setkey
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::ivsize
Eric Biggers
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-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
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-06-13
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-07
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
2018-12-07
crypto: user - convert all stats from u32 to u64
Corentin Labbe
2018-09-28
crypto: user - Implement a generic crypto statistics
Corentin Labbe
2018-09-28
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
Kees Cook
2018-09-28
crypto: skcipher - Introduce crypto_sync_skcipher
Kees Cook
2018-01-12
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
2016-12-30
crypto: skcipher - introduce walksize attribute for SIMD algos
Ard Biesheuvel
2016-12-13
crypto: doc - fix source comments for Sphinx
Stephan Mueller
2016-07-19
crypto: skcipher - Add comment for skcipher_alg->base
Herbert Xu
2016-07-18
crypto: skcipher - Remove top-level givcipher interface
Herbert Xu
2016-07-18
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
2016-04-15
crypto: doc - document correct return value for request allocation
Eric Biggers
2016-02-06
crypto: skcipher - Fix driver name helper
Herbert Xu
2016-01-27
crypto: skcipher - Add helper to retrieve driver name
Herbert Xu
2016-01-25
crypto: skcipher - Add helper to zero stack request
Herbert Xu
2016-01-25
crypto: skcipher - Add default key size helper
Herbert Xu
2016-01-18
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
2015-08-21
crypto: skcipher - Add top-level skcipher interface
Herbert Xu
2014-08-01
crypto: Resolve shadow warnings
Mark Rustad
2008-01-11
[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls
Herbert Xu
2008-01-11
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
Herbert Xu