linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-12 18:21:02 to 2017-10-20 08:42:45 UTC [more...]

(unknown),
 2017-10-20  8:42 UTC 

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-20  8:28 UTC  (14+ messages)
` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols

x86: PIE support and option to extend KASLR randomization
 2017-10-20  8:13 UTC  (11+ messages)

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-10-20  2:33 UTC  (13+ messages)
` [Part2 PATCH v6 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v6 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v6 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v6 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v6 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v6 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v6 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v6 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v6 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v6 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v6 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "

[PATCH 1/2] random: always call random ready function
 2017-10-19 21:12 UTC  (5+ messages)
  ` [PATCH 2/2] crypto/drbg: account for no longer returning -EALREADY

[PATCH v5 0/2] STM32 CRYP crypto driver
 2017-10-19 15:10 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: Document STM32 CRYP bindings
  ` [PATCH v5 2/2] crypto: stm32 - Support for STM32 CRYP crypto module

[PATCH v4 0/2] STM32 CRYP crypto driver
 2017-10-19 13:47 UTC  (6+ messages)
  ` [PATCH v4 1/2] dt-bindings: Document STM32 CRYP bindings
` [PATCH v4 2/2] crypto: stm32 - Support for STM32 CRYP crypto module

[PATCH v7 0/2] crypto: s5p-sss: Add HASH support for Exynos
 2017-10-19  9:48 UTC  (5+ messages)
    ` [PATCH v7 1/2] crypto: s5p-sss: change spaces into tabs in defines
    ` [PATCH v7 2/2] crypto: s5p-sss: Add HASH support for Exynos

[PATCH] staging: ccree: fix boolreturn.cocci warning
 2017-10-19  6:22 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
 2017-10-18 20:57 UTC  (21+ messages)
` [PATCH v2 1/8] lib/scatterlist: "
` [PATCH v2 2/8] crypto: scompress - use "
` [PATCH v2 3/8] nvmet/fc: Use "
` [PATCH v2 4/8] nvmet/rdma: "
` [PATCH v2 5/8] target: Use sgl_alloc_order() "
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH v2 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH v2 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()

Kernel panic when using ccm(aes) with the Atmel AES HW accelerator
 2017-10-18 13:32 UTC 

[PATCH v10 00/20] simplify crypto wait for async op
 2017-10-18  7:00 UTC  (21+ messages)
` [PATCH v10 01/20] crypto: change transient busy return code to -ENOSPC
` [PATCH v10 02/20] crypto: ccp: use -ENOSPC for transient busy indication
` [PATCH v10 03/20] net: "
` [PATCH v10 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v10 05/20] crypto: marvell/cesa: "
` [PATCH v10 06/20] crypto: introduce crypto wait for async op
` [PATCH v10 07/20] crypto: move algif to generic async completion
` [PATCH v10 08/20] crypto: move pub key "
` [PATCH v10 09/20] crypto: move drbg "
` [PATCH v10 10/20] crypto: move gcm "
` [PATCH v10 11/20] crypto: move testmgr "
` [PATCH v10 12/20] fscrypt: move "
` [PATCH v10 13/20] dm: move dm-verity "
` [PATCH v10 14/20] cifs: move "
` [PATCH v10 15/20] ima: "
` [PATCH v10 16/20] crypto: tcrypt: "
` [PATCH v10 17/20] crypto: talitos: "
` [PATCH v10 18/20] crypto: qce: "
` [PATCH v10 19/20] crypto: mediatek: "
` [PATCH v10 20/20] crypto: adapt api sample to use async. op wait

[PATCH v9 00/20] simplify crypto wait for async op
 2017-10-18  5:44 UTC  (27+ messages)
` [PATCH v9 02/20] crypto: ccp: use -EAGAIN for transient busy indication
  ` [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN
  ` [PATCH v9 03/20] net: use -EAGAIN for transient busy indication
` [PATCH v9 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v9 05/20] crypto: marvell/cesa: "
` [PATCH v9 06/20] crypto: introduce crypto wait for async op
` [PATCH v9 07/20] crypto: move algif to generic async completion
` [PATCH v9 08/20] crypto: move pub key "
` [PATCH v9 09/20] crypto: move drbg "
` [PATCH v9 10/20] crypto: move gcm "
` [PATCH v9 11/20] crypto: move testmgr "
` [PATCH v9 12/20] fscrypt: move "
` [PATCH v9 13/20] dm: move dm-verity "
` [PATCH v9 14/20] cifs: move "
` [PATCH v9 15/20] ima: "
` [PATCH v9 16/20] crypto: tcrypt: "
` [PATCH v9 17/20] crypto: talitos: "
` [PATCH v9 18/20] crypto: qce: "
` [PATCH v9 19/20] crypto: mediatek: "
` [PATCH v9 20/20] crypto: adapt api sample to use async. op wait

[PATCH] staging: ccree: Fix bool comparison
 2017-10-18  2:33 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5 00/18] Appended signatures support for IMA appraisal
 2017-10-18  0:53 UTC  (19+ messages)
` [PATCH v5 01/18] ima: Remove redundant conditional operator
` [PATCH v5 02/18] ima: Remove some superfluous parentheses
` [PATCH v5 03/18] evm, ima: Remove "
` [PATCH v5 04/18] evm, ima: Remove more "
` [PATCH v5 05/18] ima: Simplify ima_eventsig_init
` [PATCH v5 06/18] ima: Improvements in ima_appraise_measurement
` [PATCH v5 07/18] integrity: Introduce struct evm_xattr
` [PATCH v5 08/18] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v5 09/18] ima: Don't pass xattr value to EVM xattr verification
` [PATCH v5 10/18] ima: Store measurement after appraisal
` [PATCH v5 11/18] ima: Export func_tokens
` [PATCH v5 12/18] MODSIGN: Export module signature definitions
` [PATCH v5 13/18] PKCS#7: Introduce pkcs7_get_message_sig and verify_pkcs7_message_sig
` [PATCH v5 14/18] integrity: Introduce integrity_keyring_from_id
` [PATCH v5 15/18] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v5 16/18] ima: Add functions to read and verify a modsig signature
` [PATCH v5 17/18] ima: Implement support for module-style appended signatures
` [PATCH v5 18/18] ima: Write modsig to the measurement list

[PATCH] crypto: ccp: remove unused variable qim
 2017-10-17 22:12 UTC  (2+ messages)

md5sum (from libkcapi) fails on kernel 4.9 but not on 4.13
 2017-10-17 16:43 UTC  (6+ messages)

[PATCH 1/2] x86/crypto/sha256-mb: fix panic due to unaligned access
 2017-10-17 16:18 UTC  (3+ messages)
` [PATCH 2/2] x86/crypto/sha1-mb: "

vmx ghash buggy on ppc64le
 2017-10-17 13:10 UTC  (3+ messages)

Fostering linux community collaboration on hardware accelerators
 2017-10-17 12:53 UTC  (5+ messages)
    ` New Linux accelerators discussion list [was: Re: Fostering linux community collaboration on hardware accelerators]

[PATCH 0/2] crypto: s5p-sss: Add HASH support for Exynos
 2017-10-17 10:32 UTC  (7+ messages)
    ` [PATCH 1/2] change spaces into tabs in defines
    ` [PATCH 2/2] Add HASH support for Exynos

(unknown),
 2017-10-17  0:33 UTC 

[PATCH] hwrng/xgene-rng: Convert timers to use timer_setup()
 2017-10-16 23:38 UTC 

[PATCH] crypto: vmx - Use skcipher for ctr fallback
 2017-10-16 22:54 UTC 

[PATCH v5] crypto: s5p-sss: Add HASH support for Exynos
 2017-10-16 16:40 UTC  (4+ messages)

Базы данных (окт 2017) +79139230330 Пишите (whats\vib\telegr\imo\sms)!
 2017-10-15 11:26 UTC 

[lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel
 2017-10-13 20:17 UTC  (5+ messages)

[Part2 PATCH v5 12/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-13 16:09 UTC  (30+ messages)
` [Part2 PATCH v5.1 12.1/31] "
  ` [Part2 PATCH v5.1 12.5/31] crypto: ccp: Implement SEV_PEK_GEN ioctl command
  ` [Part2 PATCH v5.1 12.6/31] crypto: ccp: Implement SEV_PDH_GEN "
  ` [Part2 PATCH v5.1 12.7/31] crypto: ccp: Implement SEV_PEK_CSR "
  ` [Part2 PATCH v5.1 12.8/31] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
  ` [Part2 PATCH v5.1 12.9/31] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "
  ` [Part2 PATCH v5.2 12.2/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support

[PATCH] crypto: marvell - Switch cipher algs to the skcipher interface
 2017-10-13 13:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2017-10-13 12:01 UTC 

[PATCH] crypto: qat: qat_common: qat_uclo - mark expected switch fall-throughs
 2017-10-12 22:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).