OSDN Git Service

uclinux-h8/linux.git
2022-03-02 Tom Rixcrypto: cleanup comments
2022-03-02 Nicolai Stangecrypto: dh - calculate Q from P for the full public...
2022-03-02 Nicolai Stangelib/mpi: export mpi_rshift
2022-03-02 Nicolai Stangecrypto: dh - disallow plain "dh" usage in FIPS mode
2022-03-02 Nicolai Stangecrypto: api - allow algs only in specific constructions...
2022-03-02 Nicolai Stangecrypto: dh - allow for passing NULL to the ffdheXYZ...
2022-03-02 Nicolai Stangecrypto: testmgr - add keygen tests for ffdheXYZ(dh...
2022-03-02 Nicolai Stangecrypto: dh - implement private key generation primitive...
2022-03-02 Nicolai Stangecrypto: testmgr - add known answer tests for ffdheXYZ...
2022-03-02 Nicolai Stangecrypto: dh - implement ffdheXYZ(dh) templates
2022-03-02 Nicolai Stangecrypto: dh - introduce common code for built-in safe...
2022-03-02 Nicolai Stangecrypto: dh - split out deserialization code from crypto...
2022-03-02 Nicolai Stangecrypto: dh - constify struct dh's pointer members
2022-03-02 Nicolai Stangecrypto: dh - remove struct dh's ->q member
2022-03-02 Nicolai Stangecrypto: kpp - provide support for KPP spawns
2022-03-02 Nicolai Stangecrypto: kpp - provide support for KPP template instances
2022-03-02 Corentin Labbecrypto: engine - check if BH is disabled during completion
2022-03-02 Corentin Labbecrypto: gemini - call finalize with bh disabled
2022-03-02 Corentin Labbecrypto: amlogic - call finalize with bh disabled
2022-03-02 Corentin Labbecrypto: sun8i-ce - call finalize with bh disabled
2022-03-02 Corentin Labbecrypto: sun8i-ss - call finalize with bh disabled
2022-03-02 Corentin Labbecrypto: cavium/zip - register algorithm only if hardwar...
2022-03-02 Claudiu Bezneahwrng: atmel - remove extra line
2022-03-02 Claudiu Bezneahwrng: atmel - add runtime pm support
2022-03-02 Claudiu Bezneahwrng: atmel - use __maybe_unused and pm_ptr() for...
2022-03-02 Claudiu Bezneahwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
2022-03-02 Claudiu Bezneahwrng: atmel - rename enable/disable functions to init...
2022-03-02 Claudiu Bezneahwrng: atmel - disable trng on failure path
2022-03-02 Claudiu Bezneahwrng: atmel - add wait for ready support on read
2022-02-23 Kai Yecrypto: hisilicon/sec - fix the aead software fallback...
2022-02-23 Gilad Ben-Yossefcrypto: ccree - don't attempt 0 len DMA mappings
2022-02-23 YueHaibingcrypto: x86/des3 - Remove unused inline function des3_e...
2022-02-23 YueHaibingcrypto: x86/blowfish - Remove unused inline functions
2022-02-23 Harman Kalracrypto: octeontx2 - add synchronization between mailbox...
2022-02-18 Dominik Brodowskihwrng: core - introduce rng_quality sysfs attribute
2022-02-18 Dominik Brodowskihwrng: core - use per-rng quality value instead of...
2022-02-18 Dominik Brodowskihwrng: core - start and stop in-kernel rngd in separate...
2022-02-18 Dominik Brodowskihwrng: core - do not bother to order list of devices...
2022-02-18 Corentin Labbecrypto: rockchip - ECB does not need IV
2022-02-18 Kai Yecrypto: hisilicon/sec - not need to enable sm4 extra...
2022-02-18 Kai Yecrypto: hisilicon/sec - add the register configuration...
2022-02-18 Julia Lawallcrypto: ux500 - use GFP_KERNEL
2022-02-18 Rikard Falkeborncrypto: nx - Constify static attribute_group structs
2022-02-18 Rikard Falkeborncrypto: omap-sham - Constify static attribute_group
2022-02-18 Rikard Falkeborncrypto: omap-aes - Constify static attribute_group
2022-02-18 Wojciech Ziembacrypto: qat - enable power management for QAT GEN4
2022-02-18 Wojciech Ziembacrypto: qat - move and rename GEN4 error register defin...
2022-02-18 Wojciech Ziembacrypto: qat - add misc workqueue
2022-02-18 Herbert Xucrypto: lrw - Add dependency on ecb
2022-02-18 Herbert Xucrypto: xts - Add softdep on ecb
2022-02-18 Andy Shevchenkocrypto: qat - don't cast parameter in bit operations
2022-02-18 Corentin Labbecrypto: cavium/nitrox - fix typo on crypto
2022-02-11 Ard Biesheuvelcrypto: arm/xor - make vectorized C code Clang-friendly
2022-02-11 Ard Biesheuvellib/xor: make xor prototypes more friendly to compiler...
2022-02-11 Tudor Ambaruscrypto: atmel-tdes - Add support for the TDES IP availa...
2022-02-11 Stephan Müllercrypto: hmac - disallow keys < 112 bits in FIPS mode
2022-02-11 Stephan Müllercrypto: hmac - add fips_skip support
2022-02-05 Colin Ian Kingcrypto: sl3516 - remove redundant initializations of...
2022-02-05 Colin Ian Kingcrypto: marvell/octeontx - remove redundant initializat...
2022-02-05 Shijith Thottoncrypto: octeontx2 - remove CONFIG_DM_CRYPT check
2022-02-05 Tianjia Zhangcrypto: tcrypt - remove all multibuffer ahash tests
2022-02-05 Kavyasree Kotagiricrypto: atmel - add support for AES and SHA IPs availab...
2022-02-05 Dominik Brodowskihwrng: core - credit entropy for low quality sources...
2022-02-05 Ard Biesheuvelcrypto: arm64/aes-neonbs-xts - use plain NEON for non...
2022-02-05 Ard Biesheuvelcrypto: arm64/aes-neonbs-ctr - fallback to plain NEON...
2022-02-05 Ard Biesheuvelcrypto: arm/aes-neonbs-ctr - deal with non-multiples...
2022-02-05 Ard Biesheuvelcrypto: arm64/aes-neon-ctr - improve handling of single...
2022-02-05 Srujana Challacrypto: octeontx2 - increase CPT HW instruction queue...
2022-02-05 Srujana Challacrypto: octeontx2 - disable DMA black hole on an DMA...
2022-02-05 Srujana Challacrypto: octeontx2 - CN10K CPT to RNM workaround
2022-02-05 Dominik Brodowskihwrng: core - break out of hwrng_fillfn if current...
2022-02-05 Dominik Brodowskihwrng: core - only set cur_rng_set_by_user if it is...
2022-02-05 Dominik Brodowskihwrng: core - use rng_fillbuf in add_early_randomness()
2022-02-05 Dominik Brodowskihwrng: core - read() callback must be called for size...
2022-02-05 Dominik Brodowskihwrng: core - explicit ordering of initcalls
2022-01-31 Yury Norovpadata: replace cpumask_weight with cpumask_empty in...
2022-01-31 Tomas Paukrtcrypto: mxs-dcp - Fix scatterlist processing
2022-01-31 Kai Yecrypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
2022-01-31 Kai Yecrypto: hisilicon/sec - use the correct print format
2022-01-31 Kai Yecrypto: hisilicon/sec - fix the CTR mode BD configuration
2022-01-31 Kai Yecrypto: hisilicon/sec - fix the max length of AAD for...
2022-01-31 Kai Yecrypto: hisilicon/sec - add some comments for soft...
2022-01-31 Kai Yecrypto: hisilicon/sec - fixup icv checking enabled...
2022-01-31 Shijith Thottoncrypto: octeontx2 - select CONFIG_NET_DEVLINK
2022-01-31 Ard Biesheuvelcrypto: memneq - avoid implicit unaligned accesses
2022-01-31 Herbert Xucrypto: authenc - Fix sleep in atomic context in decryp...
2022-01-31 Eric Biggerscrypto: rsa-pkcs1pad - use clearer variable names
2022-01-31 Eric Biggerscrypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_...
2022-01-31 Eric Biggerscrypto: rsa-pkcs1pad - restore signature length check
2022-01-31 Eric Biggerscrypto: rsa-pkcs1pad - correctly get hash from source...
2022-01-31 Eric Biggerscrypto: rsa-pkcs1pad - only allow with rsa
2022-01-31 Giovanni Cabidducrypto: qat - fix access to PFVF interrupt registers...
2022-01-31 Kevin Braceyarm64: lib: accelerate crc32_be
2022-01-31 Kevin Braceylib/crc32test: correct printed bytes count
2022-01-31 Kevin Braceylib/crc32: Make crc32_be weak for arch override
2022-01-31 Kevin Braceylib/crc32: remove unneeded casts
2022-01-31 Herbert Xucrypto: kdf - Select hmac in addition to sha256
2022-01-31 Corentin Labbecrypto: sun8i-ss - really disable hash on A80
2022-01-31 Nathan Huckleberrycrypto: x86 - Convert to SPDX identifier
2022-01-31 Herbert Xucrypto: testmgr - Move crypto_simd_disabled_for_test out
next