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
/
arch
/
x86
/
crypto
/
blowfish_glue.c
Age
Commit message (
Expand
)
Author
2021-01-14
crypto: x86/blowfish - drop CTR mode implementation
Ard Biesheuvel
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-03-03
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
2017-08-04
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-02-27
crypto: remove a duplicate checks in __cbc_decrypt()
Dan Carpenter
2013-06-21
Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
Jussi Kivilinna
2013-04-25
crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
Jussi Kivilinna
2012-08-01
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
Jussi Kivilinna
2012-02-25
crypto: blowfish-x86_64 - set alignmask to zero
Jussi Kivilinna
2012-02-25
crypto: blowfish-x86_64 - use crypto_[un]register_algs
Jussi Kivilinna
2012-01-13
crypto: blowfish-x86_64 - blacklist Pentium 4
Jussi Kivilinna
2011-10-21
crypto: blowfish-x86_64 - fix ctr blocksize to 1
Jussi Kivilinna
2011-10-21
crypto: blowfish-x86_64 - add credits
Jussi Kivilinna
2011-09-22
crypto: blowfish - add x86_64 assembly implementation
Jussi Kivilinna