OSDN Git Service

android-x86/kernel.git
2019-05-03 Colin Ian Kingcrypto: ccree - fix spelling mistake "protedcted" ...
2019-05-03 Horia Geantăcrypto: caam/qi2 - generate hash keys in-place
2019-05-03 Horia Geantăcrypto: caam/qi2 - fix DMA mapping of stack memory
2019-05-03 Horia Geantăcrypto: caam/qi2 - fix zero-length buffer DMA mapping
2019-05-03 Lionel Debievecrypto: stm32/cryp - update to return iv_out
2019-05-03 Lionel Debievecrypto: stm32/cryp - remove request mutex protection
2019-05-03 Lionel Debievecrypto: stm32/cryp - add weak key check for DES
2019-05-03 YueHaibingcrypto: atmel - remove set but not used variable 'alg_name'
2019-05-03 Kefeng Wangcrypto: picoxcell - Use dev_get_drvdata()
2019-05-03 Christian Lampartercrypto: crypto4xx - get rid of redundant using_sd variable
2019-05-03 Christian Lampartercrypto: crypto4xx - use sync skcipher for fallback
2019-05-03 Christian Lampartercrypto: crypto4xx - fix cfb and ofb "overran dst buffer...
2019-05-03 Christian Lampartercrypto: crypto4xx - fix ctr-aes missing output IV
2019-04-25 Vitaly Chikunovcrypto: ecrdsa - select ASN1 and OID_REGISTRY for EC...
2019-04-25 Masahiro Yamadacrypto: ux500 - use ccflags-y instead of CFLAGS_<basena...
2019-04-25 Ofir Drangcrypto: ccree - handle tee fips error during power...
2019-04-25 Ofir Drangcrypto: ccree - add function to handle cryptocell tee...
2019-04-25 Ofir Drangcrypto: ccree - HOST_POWER_DOWN_EN should be the last...
2019-04-25 Ofir Drangcrypto: ccree - remove cc7x3 obsoleted AXIM configs
2019-04-25 Ofir Drangcrypto: ccree - pm resume first enable the source clk
2019-04-25 Gilad Ben-Yossefcrypto: ccree - don't map AEAD key and IV on stack
2019-04-25 Gilad Ben-Yossefcrypto: ccree - don't map MAC key on stack
2019-04-25 Gilad Ben-Yossefcrypto: ccree - allow more AEAD assoc data fragments
2019-04-25 Gilad Ben-Yossefcrypto: ccree - use correct internal state sizes for...
2019-04-25 Gilad Ben-Yossefcrypto: ccree - zap entire sg on aead request unmap
2019-04-25 Gilad Ben-Yossefcrypto: ccree - make AEAD sgl iterator well behaved
2019-04-25 Gilad Ben-Yossefcrypto: ccree - don't mangle the request assoclen
2019-04-25 Gilad Ben-Yossefcrypto: ccree - simplify AEAD ICV addr calculation
2019-04-25 Gilad Ben-Yossefcrypto: ccree - simplify fragment ICV detection
2019-04-25 Gilad Ben-Yossefcrypto: ccree - remove unused defines
2019-04-25 Gilad Ben-Yossefcrypto: ccree - do not copy zero size MLLI table
2019-04-25 Gilad Ben-Yossefcrypto: ccree - zero out internal struct before use
2019-04-25 Gilad Ben-Yossefcrypto: ccree - copyright header update
2019-04-25 Gilad Ben-Yossefcrypto: ccree - use std api when possible
2019-04-25 Gilad Ben-Yossefcrypto: ccree - use devm_kzalloc for device data
2019-04-25 Gilad Ben-Yossefcrypto: ccree - fix mem leak on error path
2019-04-25 Gilad Ben-Yossefcrypto: ccree - fix typo in debugfs error path
2019-04-25 Gilad Ben-Yossefcrypto: ccree - remove special handling of chained sg
2019-04-25 Gilad Ben-Yossefcrypto: ccree - use proper callback completion api
2019-04-25 Gilad Ben-Yossefcrypto: ccree - fix backlog notifications
2019-04-25 Gilad Ben-Yossefcrypto: ccree - add CID and PID support
2019-04-25 Gilad Ben-Yossefcrypto: ccree - read next IV from HW
2019-04-25 Gilad Ben-Yossefcrypto: ccree - adapt CPP descriptor to new HW
2019-04-25 Gilad Ben-Yossefcrypto: ccree - add SM4 protected keys support
2019-04-25 Gilad Ben-Yossefcrypto: ccree - add remaining logic for CPP
2019-04-25 Gilad Ben-Yossefcrypto: ccree - add CPP completion handling
2019-04-25 Gilad Ben-Yossefcrypto: ccree - add support for sec disabled mode
2019-04-25 Gilad Ben-Yossefcrypto: ccree - move MLLI desc. before key load
2019-04-25 Gilad Ben-Yossefcrypto: ccree - move key load desc. before flow desc.
2019-04-25 Gilad Ben-Yossefcrypto: testmgr - add missing self test entries for...
2019-04-25 Corentin Labbecrypto: sun4i-ss - fallback when length is not multiple...
2019-04-25 Corentin Labbecrypto: sun4i-ss - Fix invalid calculation of hash end
2019-04-25 Corentin Labbecrypto: sun4i-ss - remove ivsize from ECB
2019-04-25 Corentin Labbecrypto: sun4i-ss - Handle better absence/presence of IV
2019-04-25 Nagadheeraj... crypto: cavium/nitrox - Fix HW family part name format
2019-04-25 Horia Geantăcrypto: caam/jr - update gcm detection logic
2019-04-25 Colin Ian Kingcrypto: caam - fix spelling mistake "cannote" -> "cannot"
2019-04-25 Eric Biggerscrypto: shash - remove shash_desc::flags
2019-04-25 Eric Biggerscrypto: nx - don't abuse shash MAY_SLEEP flag
2019-04-25 Eric Biggerscrypto: shash - remove useless crypto_yield() in shash_...
2019-04-19 Eric Biggerscrypto: ccm - fix incompatibility between "ccm" and...
2019-04-19 Eric Biggerscrypto: gcm - fix incompatibility between "gcm" and...
2019-04-18 Eric Biggerscrypto: shash - fix missed optimization in shash_ahash_...
2019-04-18 Eric Biggerscrypto: powerpc - convert to use crypto_simd_usable()
2019-04-18 Eric Biggerscrypto: cavium - remove bogus code handling cryptd
2019-04-18 Eric Biggerscrypto: cryptd - remove ability to instantiate ablkciphers
2019-04-18 Sebastian Andrzej... crypto: scompress - initialize per-CPU variables on...
2019-04-18 Zhang Zhijiecrypto: rockchip - update IV buffer to contain the...
2019-04-18 Eric Biggerscrypto: run initcalls for generic implementations earlier
2019-04-18 Eric Biggerscrypto: testmgr - fuzz AEADs against their generic...
2019-04-18 Eric Biggerscrypto: testmgr - fuzz skciphers against their generic...
2019-04-18 Eric Biggerscrypto: testmgr - fuzz hashes against their generic...
2019-04-18 Eric Biggerscrypto: testmgr - add helpers for fuzzing against gener...
2019-04-18 Eric Biggerscrypto: testmgr - identify test vectors by name rather...
2019-04-18 Eric Biggerscrypto: testmgr - expand ability to test for errors
2019-04-18 Vitaly Chikunovintegrity: support EC-RDSA signatures for asymmetric_verify
2019-04-18 Vitaly Chikunovcrypto: ecrdsa - add EC-RDSA test vectors to testmgr
2019-04-18 Vitaly Chikunovcrypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
2019-04-18 Vitaly Chikunovcrypto: ecc - make ecc into separate module
2019-04-18 Vitaly Chikunovcrypto: Kconfig - create Public-key cryptography section
2019-04-18 Vitaly ChikunovX.509: parse public key parameters from x509 for akcipher
2019-04-18 Vitaly ChikunovKEYS: do not kmemdup digest in {public,tpm}_key_verify_...
2019-04-18 Vitaly Chikunovcrypto: akcipher - new verify API for public key algorithms
2019-04-18 Vitaly Chikunovcrypto: rsa - unimplement sign/verify for raw RSA backends
2019-04-18 Vitaly Chikunovcrypto: akcipher - default implementations for request...
2019-04-18 Herbert Xucrypto: ux500 - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: talitos - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: sun4i-ss - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: stm32 - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: rockchip - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: qce - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: picoxcell - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: omap - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: n2 - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: marvell - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: ixp4xx - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: inside-secure - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: hisilicon - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: hifn_795x - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: ccree - Forbid 2-key 3DES in FIPS mode
next