crypto: user - prevent operating on larval algorithms
[platform/kernel/linux-rpi.git] / drivers /
2019-05-17 Daniel Axtenscrypto: vmx - ghash: do nosimd fallback manually
2019-05-17 Daniel Axtenscrypto: vmx - CTR: always increment IV as quadword
2019-05-17 Iuliana Prodancrypto: caam - fix typo in i.MX6 devices list for errata
2019-05-09 Herbert XuRevert "crypto: caam/jr - Remove extra memory barrier...
2019-05-09 Iuliana Prodancrypto: caam - fix caam_dump_sg that iterates through...
2019-05-09 Herbert Xucrypto: caam - fix DKP detection logic
2019-05-09 Atul Guptacrypto: chelsio - count incomplete block in IV
2019-05-09 Atul Guptacrypto: chelsio - Fix softlockup with heavy I/O
2019-05-09 Atul Guptacrypto: chelsio - Fix NULL pointer dereference
2019-05-03 Gilad Ben-Yossefcrypto: ccree - use a proper le32 type for le32 val
2019-05-03 YueHaibingcrypto: ccree - remove set but not used variable 'du_size'
2019-05-03 YueHaibingcrypto: ccree - Make cc_sec_disable static
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 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 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 Rottelacrypto: 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-18 Eric Biggerscrypto: powerpc - convert to use crypto_simd_usable()
2019-04-18 Eric Biggerscrypto: cavium - remove bogus code handling cryptd
2019-04-18 Zhang Zhijiecrypto: rockchip - update IV buffer to contain the...
2019-04-18 Vitaly Chikunovcrypto: rsa - unimplement sign/verify for raw RSA backends
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
2019-04-18 Herbert Xucrypto: ccp - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: nitrox - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: cavium - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: caam - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: bcm - Forbid 2-key 3DES in FIPS mode
2019-04-18 Herbert Xucrypto: atmel - Forbid 2-key 3DES in FIPS mode
2019-04-18 Eric Biggerscrypto: vmx - return correct error code on failed setkey
2019-04-18 YueHaibingcrypto: mxs-dcp - remove set but not used variable...
2019-04-18 Joe Perchescrypto: sahara - Convert IS_ENABLED uses to __is_defined
2019-04-18 Vakul Gargcrypto: caam/jr - Remove extra memory barrier during...
2019-04-18 Singh, Brijeshcrypto: ccp - Do not free psp_master when PLATFORM_INIT...
2019-04-18 Lionel Debievecrypto: stm32/hash - Fix self test issue during export
next