Commit Graph

62 Commits (6ac12dfe9c2027cd3c5ed603f11d1bb4f04906fe)

Author SHA1 Message Date
Herbert Xu b9d0a25a48 [CRYPTO] tcrypt: Forbid tcrypt from being built-in 19 years ago
Michal Ludvig e805792851 [CRYPTO] tcrypt: Speed benchmark support for digest algorithms 19 years ago
Michal Ludvig 14fdf477a7 [CRYPTO] tcrypt: Return -EAGAIN from module_init() 19 years ago
Herbert Xu 996e2523cc [CRYPTO] api: Allow replacement when registering new algorithms 19 years ago
Herbert Xu d913ea0d6b [CRYPTO] api: Removed const from cra_name/cra_driver_name 19 years ago
Herbert Xu c7fc05992a [CRYPTO] api: Added cra_init/cra_exit 19 years ago
Michal Ludvig 110bf1c0e9 [CRYPTO] api: Fixed incorrect passing of context instead of tfm 19 years ago
Herbert Xu 6c2bb98bc3 [CRYPTO] all: Pass tfm instead of ctx to algorithms 19 years ago
Herbert Xu 43600106e3 [CRYPTO] digest: Remove unnecessary zeroing during init 19 years ago
Atsushi Nemoto e1147d8f47 [CRYPTO] digest: Add alignment handling 19 years ago
Atsushi Nemoto d00e708cef [CRYPTO] khazad: Use 32-bit reads on key 19 years ago
David McCullough 55e9dce37d [CRYPTO] aes: Fixed array boundary violation 19 years ago
Atsushi Nemoto 06b42aa94b [CRYPTO] tcrypt: Fix key alignment 19 years ago
Atsushi Nemoto 20ea340489 [CRYPTO] all: Add missing cra_alignmask 19 years ago
Eric Sesterhenn bbeb563f7b [CRYPTO] all: Use kzalloc where possible 19 years ago
Herbert Xu f10b7897ee [CRYPTO] api: Align tfm context as wide as possible 19 years ago
Denis Vlasenko a5f8c47305 [CRYPTO] twofish: Use rol32/ror32 where appropriate 19 years ago
Al Viro 1b8623545b [PATCH] remove bogus asm/bug.h includes. 19 years ago
Herbert Xu a429d2609c [CRYPTO] cipher: Set alignmask for multi-byte loads 19 years ago
Herbert Xu 7302533aac [CRYPTO] api: Require block size to be less than PAGE_SIZE/8 19 years ago
Herbert Xu bcb0ad2b34 [CRYPTO] sha1: Fixed off-by-64 bug in sha1_update 19 years ago
Herbert Xu 827c3911d8 [CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt 19 years ago
Nicolas Pitre fa9b98fdab [CRYPTO] sha1: Avoid shifting count left and right 19 years ago
Nicolas Pitre 9d70a6c86c [CRYPTO] sha1: Rename i/j to done/partial 19 years ago
Nicolas Pitre cfa8d17cc8 [CRYPTO] sha1: Avoid useless memcpy() 19 years ago
Herbert Xu c8a19c91b5 [CRYPTO] Allow AES C/ASM implementations to coexist 19 years ago
Herbert Xu 5cb1454b86 [CRYPTO] Allow multiple implementations of the same algorithm 19 years ago
Herbert Xu 06ace7a9ba [CRYPTO] Use standard byte order macros wherever possible 19 years ago
Martin Schwidefsky 347a8dc3b8 [PATCH] s390: cleanup Kconfig 19 years ago
Jan Glauber 05f29fcdb0 [PATCH] s390: in-kernel crypto test vectors 19 years ago
Jan Glauber bf754ae8ef [PATCH] s390: aes support 19 years ago
Jan Glauber 0a497c17fe [PATCH] s390: sha256 support 19 years ago
Jan Glauber c1e26e1ef7 [PATCH] s390: in-kernel crypto rename 19 years ago
Herbert Xu 1b40efd772 [CRYPTO] Check cra_alignmask against cra_blocksize 19 years ago
Herbert Xu 6df5b9f48d [CRYPTO] Simplify one-member scatterlist expressions 19 years ago
David Hardeman 378f058cc4 [PATCH] Use sg_set_buf/sg_init_one where applicable 19 years ago
Herbert Xu fe2d5295a1 [CRYPTO] Fix boundary check in standard multi-block cipher processors 20 years ago
Herbert Xu 64baf3cfea [CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag 20 years ago
Aaron Grothe fb4f10ed50 [CRYPTO]: Fix XTEA implementation 20 years ago
Jesper Juhl 77933d7276 [PATCH] clean up inline static vs static inline 20 years ago
Herbert Xu 9d853c3757 [CRYPTO]: Fix zero-extension bug on 64-bit architectures. 20 years ago
Dag Arne Osvik e1d5dea1df [CRYPTO] Add faster DES code from Dag Arne Osvik 20 years ago
Herbert Xu a9df3597fe [CRYPTO] Remove unused iv field from context structure 20 years ago
Andreas Steinmetz a2a892a236 [CRYPTO] Add x86_64 asm AES 20 years ago
Jesper Juhl a61cc44812 [CRYPTO] Add null short circuit to crypto_free_tfm 20 years ago
Herbert Xu 915e8561d5 [CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv 20 years ago
Herbert Xu fbdae9f3e7 [CRYPTO] Ensure cit_iv is aligned correctly 20 years ago
Adrian Bunk 176c3652c5 [CRYPTO] Make crypto_alg_lookup static 20 years ago
Herbert Xu 9547737799 [CRYPTO] Add alignmask for low-level cipher implementations 20 years ago
Herbert Xu 40725181b7 [CRYPTO] Add support for low-level multi-block operations 20 years ago