- 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
- 96562f2 random: early initialization of ChaCha constants by Dominik Brodowski · 3 years ago
- 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years ago
- 244d22f crypto: api - Replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 1 month ago
- 026a733 crypto: kdf - add SP800-108 counter key derivation function by Stephan Müller · 3 years, 1 month ago
- b808f32 crypto: kdf - Add key derivation self-test support code by Stephan Müller · 3 years, 1 month ago
- 8ea5ee0 crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() by Nicolai Stange · 3 years, 1 month ago
- 074bcd4 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 3 years, 1 month ago
- 2bcd254 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 3 years, 1 month ago
- ce8ce31 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 3 years, 1 month ago
- eaffe37 crypto: ecc - Export additional helper functions by Daniele Alessandrelli · 3 years, 2 months ago
- a745d3a crypto: ecc - Move ecc.h to include/crypto/internal by Daniele Alessandrelli · 3 years, 2 months ago
- 1730c5a crypto: engine - Add KPP Support to Crypto Engine by Prabhjot Khurana · 3 years, 2 months ago
- 44a7d44 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 4 months ago
- f985911 crypto: public_key: fix overflow during implicit conversion by zhenwei pi · 3 years, 4 months ago
- c59de48 crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic by Tianjia Zhang · 3 years, 5 months ago
- 2b31277 crypto: sm4 - create SM4 library based on sm4 generic code by Tianjia Zhang · 3 years, 5 months ago
- b0d2193 crypto: scatterwalk - Remove obsolete PageSlab check by Herbert Xu · 3 years, 6 months ago
- 5163ab5 crypto: api - Move crypto attr definitions out of crypto.h by Herbert Xu · 3 years, 6 months ago
- 10ff997 crypto: api - remove CRYPTOA_U32 and related functions by Liu Shixin · 3 years, 7 months ago
- 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 7 months ago
- 155f7d3 crypto: header - Fix spelling errors by Zhen Lei · 3 years, 7 months ago
- 8d195e7 crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 9 months ago
- a181e0f random: initialize ChaCha20 constants with correct endianness by Eric Biggers · 3 years, 9 months ago
- 3877869 Merge branch 'ecc' by Herbert Xu · 3 years, 9 months ago
- 703c748 crypto: ecc - Add NIST P384 curve parameters by Saulo Alessandre · 3 years, 10 months ago
- 8fb9340 crypto: ecc - add curve25519 params and expose them by Meng Yu · 3 years, 10 months ago
- 14bb767 crypto: ecc - expose ecc curves by Meng Yu · 3 years, 10 months ago
- 6763f5e crypto: ecdh - move curve_id of ECDH from the key to algorithm name by Meng Yu · 3 years, 10 months ago
- 83681f2 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 3 years, 10 months ago
- c03c21b Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 10 months ago
- 660d206 crypto - shash: reduce minimum alignment of shash_desc structure by Ard Biesheuvel · 4 years ago
- 09315b2 crypto: public_key: Remove redundant header file from public_key.h by Tianjia Zhang · 4 years, 1 month ago
- 64ca771 crypto: x86 - remove glue helper module by Ard Biesheuvel · 4 years ago
- 28dcca4 crypto: blake2b - sync with blake2s implementation by Eric Biggers · 4 years ago
- bbda6e0 crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> by Eric Biggers · 4 years ago
- 8786841 crypto: blake2s - adjust include guard naming by Eric Biggers · 4 years ago
- 7d87131 crypto: blake2s - add comment for blake2s_state fields by Eric Biggers · 4 years ago
- 42ad8cf crypto: blake2s - optimize blake2s initialization by Eric Biggers · 4 years ago
- 8c4a93a crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 4 years ago
- 057edc9 crypto: blake2s - move update and final logic to internal/blake2s.h by Eric Biggers · 4 years ago
- 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
- ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 1 month ago
- 1201581 crypto: lib/curve25519 - Move selftest prototype into header file by Herbert Xu · 4 years, 1 month ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
- da094e0 crypto: aead - add crypto_aead_driver_name() by Eric Biggers · 4 years, 2 months ago
- 458c048 crypto: hash - Use memzero_explicit() for clearing state by Arvind Sankar · 4 years, 2 months ago
- 3093e7c X.509: Fix modular build of public_key_sm2 by Herbert Xu · 4 years, 3 months ago
- 2155256 X.509: support OSCCA SM2-with-SM3 certificate verification by Tianjia Zhang · 4 years, 3 months ago
- ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 3 months ago
- f492828 crypto: sm3 - export crypto_sm3_final function by Tianjia Zhang · 4 years, 3 months ago
- 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
- 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 4 years, 4 months ago
- f858dde crypto: ahash - Remove AHASH_REQUEST_ON_STACK by Herbert Xu · 4 years, 4 months ago
- b00ba76 crypto: ahash - Add ahash_alg_instance by Herbert Xu · 4 years, 4 months ago
- e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 4 years, 4 months ago
- 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
- 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 4 months ago
- 1dbb920 crypto: algapi - Move crypto_yield into internal.h by Herbert Xu · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
- dd3240a crypto: skcipher - drop duplicated word in kernel-doc by Randy Dunlap · 4 years, 5 months ago
- da087a4 crypto: hash - drop duplicated word in a comment by Randy Dunlap · 4 years, 5 months ago
- fbb6cda crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY by Eric Biggers · 4 years, 6 months ago
- 2eb27c1 crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS by Eric Biggers · 4 years, 6 months ago
- 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
- e72b48c crypto: geniv - remove unneeded arguments from aead_geniv_alloc() by Eric Biggers · 4 years, 6 months ago
- 9ea9c58 crypto: lib/sha256 - add sha256() function by Eric Biggers · 4 years, 6 months ago
- e79a317 crypto: x86/chacha-sse3 - use unaligned loads for state array by Ard Biesheuvel · 4 years, 6 months ago
- 06cc2af crypto: lib/chacha20poly1305 - Add missing function declaration by Herbert Xu · 4 years, 6 months ago
- 7bc13b5 crypto: api - permit users to specify numa node of acomp hardware by Barry Song · 4 years, 6 months ago
- 0efaaa8 docs: crypto: convert asymmetric-keys.txt to ReST by Mauro Carvalho Chehab · 4 years, 7 months ago
- f3c802a crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 7 months ago
- 34c86f4 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 7 months ago
- 228c4f2 crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h by Eric Biggers · 4 years, 8 months ago
- 822a98b crypto: hash - introduce crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
- 13855fd crypto: lib/sha256 - return void by Eric Biggers · 4 years, 8 months ago
- c549226 crypto: acomp - search acomp with scomp backend in crypto_has_acomp by Barry Song · 4 years, 8 months ago
- 8d90822 crypto: engine - support for batch requests by Iuliana Prodan · 4 years, 8 months ago
- 6a89f49 crypto: engine - support for parallel requests based on retry mechanism by Iuliana Prodan · 4 years, 8 months ago
- ec6e2bf3 crypto: algapi - create function to add request in front of queue by Iuliana Prodan · 4 years, 8 months ago
- 97f2650 crypto: drbg - always seeded with SP800-90B compliant noise source by Stephan Müller · 4 years, 8 months ago
- 3f523e1 crypto: curve25519 - do not pollute dispatcher based on assembler by Jason A. Donenfeld · 4 years, 9 months ago
- 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
- 3cd54a4c crypto: aead - improve documentation for scatterlist layout by Eric Biggers · 4 years, 10 months ago
- 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- 1579f1b crypto: x86/curve25519 - support assemblers with no adx support by Jason A. Donenfeld · 4 years, 10 months ago
- 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
- a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
- a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
- 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
- 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
- aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
- 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
- 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
- d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
- aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
- 0764ac2 crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() by Eric Biggers · 5 years ago
- 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
- fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago