Commit Graph

389 Commits (bb176f67090ca54869fc1262c913aa69d2ede070)

Author SHA1 Message Date
Rabin Vincent 6f7473c524 crypto: hash - add crypto_(un)register_ahashes() 7 years ago
Stephan Mueller 2d97591ef4 crypto: af_alg - consolidation of duplicate code 8 years ago
Ard Biesheuvel 45fe93dff2 crypto: algapi - make crypto_xor() take separate dst and src arguments 8 years ago
Ard Biesheuvel a7c391f04f crypto: algapi - use separate dst and src operands for __crypto_xor() 8 years ago
Gary R Hook 333706b8ed crypto: Add akcipher_set_reqsize() function 8 years ago
Tudor-Dan Ambarus 66d3994c67 crypto: kpp - add get/set_flags helpers 8 years ago
Corentin LABBE 88d58ef891 crypto: engine - replace pr_xxx by dev_xxx 8 years ago
Tudor-Dan Ambarus 561f8e2df9 crypto: akcipher - assume key is already set in maxsize 8 years ago
Tudor-Dan Ambarus c444b8da87 crypto: kpp - assume key is already set in maxsize 8 years ago
Tudor-Dan Ambarus c0ca1215dc crypto: kpp, (ec)dh - fix typos 8 years ago
Corentin LABBE 03d7db5654 crypto: hmac - add hmac IPAD/OPAD constant 8 years ago
Giovanni Cabiddu 3de4f5e1a5 crypto: scomp - allow registration of multiple scomps 8 years ago
Giovanni Cabiddu 3ce5bc72eb crypto: acomp - allow registration of multiple acomps 8 years ago
Herbert Xu ef0579b64e crypto: ahash - Fix EINPROGRESS notification callback 8 years ago
Ondrej Mosnáček e55318c84f crypto: gf128mul - switch gf128mul_x_ble to le128 8 years ago
Ondrej Mosnáček acb9b159c7 crypto: gf128mul - define gf128mul_x_* in gf128mul.h 8 years ago
Mat Martineau 8e323a02e8 KEYS: Keyring asymmetric key restrict method with chaining 8 years ago
Mat Martineau 7e3c4d2208 KEYS: Restrict asymmetric key linkage using a specific keychain 8 years ago
Mat Martineau aaf66c8838 KEYS: Split role of the keyring pointer for keyring restrict functions 8 years ago
David Howells cdfbabfb2f net: Work around lockdep limitation in sockets that use sockets 8 years ago
Eric Biggers 5527dfb6dd crypto: kpp - constify buffer passed to crypto_kpp_set_secret() 8 years ago
Eric Biggers 3ea996ddfb crypto: gf128mul - constify 4k and 64k multiplication tables 8 years ago
Eric Biggers 63be5b53b6 crypto: gf128mul - fix some comments 8 years ago
Herbert Xu 016df0abc5 crypto: api - Add crypto_requires_off helper 8 years ago
Ard Biesheuvel db91af0fbe crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic 8 years ago
Rabin Vincent 379d972b81 crypto: doc - Fix hash export state information 8 years ago
Ard Biesheuvel c821f6ab2e crypto: skcipher - introduce walksize attribute for SIMD algos 8 years ago
Ard Biesheuvel 9ae433bc79 crypto: chacha20 - convert generic and x86 versions to skcipher 8 years ago
Stephan Mueller 3f692d5f97 crypto: doc - clarify AEAD memory structure 8 years ago
Stephan Mueller 8d23da22ac crypto: doc - add KPP documentation 8 years ago
Stephan Mueller 0184cfe72d crypto: doc - fix source comments for Sphinx 8 years ago
Herbert Xu 34bc085c83 crypto: skcipher - Add separate walker for AEAD decryption 8 years ago
Stephan Mueller 5102981212 crypto: drbg - prevent invalid SG mappings 8 years ago
Herbert Xu cc868d82ab crypto: cbc - Export CBC implementation 8 years ago
Herbert Xu 266d051601 crypto: simd - Add simd skcipher helper 8 years ago
Herbert Xu 4e0958d19b crypto: cryptd - Add support for skcipher 8 years ago
Herbert Xu f1c131b454 crypto: xts - Convert to skcipher 8 years ago
Herbert Xu b286d8b1a6 crypto: skcipher - Add skcipher walk interface 8 years ago
Alex Cope 75aa0a7caf crypto: gf128mul - Zero memory when freeing multiplication table 8 years ago
Alex Cope d266f44b5b crypto: gf128mul - remove dead gf128mul_64k_lle code 8 years ago
Eric Biggers 60425a8bad crypto: skcipher - Get rid of crypto_spawn_skcipher2() 8 years ago
Eric Biggers a35528eca0 crypto: skcipher - Get rid of crypto_grab_skcipher2() 8 years ago
Giovanni Cabiddu 1ab53a77b7 crypto: acomp - add driver-side scomp interface 8 years ago
Giovanni Cabiddu 2ebda74fd6 crypto: acomp - add asynchronous compression api 8 years ago
Petr Mladek c4ca2b0b25 crypto: engine - Handle the kthread worker using the new API 8 years ago
Eric Biggers afb5a0a947 crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration 8 years ago
Marcelo Cerri a397ba829d crypto: ghash-generic - move common definitions to a new header file 8 years ago
Corentin LABBE 4cba7cf025 crypto: engine - permit to enqueue ashash_request 8 years ago
Corentin LABBE 2589ad8404 crypto: engine - move crypto engine to its own header 8 years ago
Herbert Xu 5c562338de crypto: skcipher - Add comment for skcipher_alg->base 9 years ago