index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ctr.c
Age
Commit message (
Expand
)
Author
2017-03-09
crypto: ctr - Propagate NEED_FALLBACK bit
Marcelo Cerri
2017-02-11
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
Ard Biesheuvel
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-07-18
crypto: ctr - Use skcipher in rfc3686
Herbert Xu
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2013-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-02-04
crypto: use ERR_CAST
Julia Lawall
2013-01-08
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
2010-05-26
crypto: Use ERR_CAST
Julia Lawall
2009-08-13
crypto: ctr - Use chainiv on raw counter mode
Herbert Xu
2008-01-11
[CRYPTO] seqiv: Add Sequence Number IV Generator
Herbert Xu
2008-01-11
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
2008-01-11
[CRYPTO] ctr: Fix multi-page processing
Herbert Xu
2008-01-11
[CRYPTO] ctr: Use crypto_inc and crypto_xor
Herbert Xu
2008-01-11
[CRYPTO] ctr: Add countersize
Joy Latten
2008-01-11
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
Joy Latten