linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-12 18:28:02 to 2022-05-23 09:46:46 UTC [more...]

[PATCH v6 0/9] Introduce akcipher service for virtio-crypto
 2022-05-23  9:46 UTC  (15+ messages)
` [PATCH v6 1/9] virtio-crypto: header update
` [PATCH v6 2/9] qapi: crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v6 3/9] crypto: Introduce akcipher crypto class
` [PATCH v6 4/9] crypto: add ASN.1 DER decoder
` [PATCH v6 5/9] crypto: Implement RSA algorithm by hogweed
` [PATCH v6 6/9] crypto: Implement RSA algorithm by gcrypt
` [PATCH v6 7/9] test/crypto: Add test suite for crypto akcipher
` [PATCH v6 8/9] tests/crypto: Add test suite for RSA keys
` [PATCH v6 9/9] crypto: Introduce RSA algorithm

Koszty instalacji fotowoltaicznej
 2022-05-23  8:05 UTC 

[PATCHv12 00/11] nvme: In-band authentication support
 2022-05-23  6:03 UTC  (14+ messages)
` [PATCH 01/11] crypto: add crypto_has_shash()
` [PATCH 02/11] crypto: add crypto_has_kpp()
` [PATCH 03/11] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 04/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 05/11] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 06/11] nvme: Implement In-Band authentication
` [PATCH 07/11] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 08/11] nvmet: parse fabrics commands on io queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 10/11] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 11/11] nvmet-auth: expire authentication sessions

[PATCH] dt-bindings: Fix properties without any type
 2022-05-23  6:59 UTC  (7+ messages)

[PATCH] virtio-crypto: Fix an error handling path in virtio_crypto_alg_skcipher_close_session()
 2022-05-23  3:30 UTC  (3+ messages)

[PATCH v4] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-23  1:24 UTC  (3+ messages)

[PATCH] crypto: hisilicon/sec - fix typos in comment
 2022-05-21 11:10 UTC 

[PATCH] crypto: ccp - fix typo in comment
 2022-05-21 11:10 UTC 

[PATCH v9 0/9] crypto: HCTR2 support
 2022-05-20 18:15 UTC  (10+ messages)
` [PATCH v9 1/9] crypto: xctr - Add XCTR support
` [PATCH v9 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v9 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v9 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v9 5/9] crypto: arm64/aes-xctr: "
` [PATCH v9 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v9 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v9 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v9 9/9] fscrypt: Add HCTR2 support for filename encryption

Bug in atmel-ecc driver
 2022-05-20 17:21 UTC  (7+ messages)
        ` [PATCH] crypto: atmel-ecc - Remove duplicated error reporting in .remove()

linux-next: manual merge of the tpmdd tree with the crypto tree
 2022-05-20  6:57 UTC 

[GIT PULL] Crypto Fixes for 5.11
 2022-05-20  6:10 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.14
    ` [GIT PULL] Crypto Fixes for 5.15
        ` [GIT PULL] Crypto Fixes for 5.16
            ` [GIT PULL] Crypto Fixes for 5.17
                ` [GIT PULL] Crypto Fixes for 5.18

[PATCH -next] hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resume()
 2022-05-20  6:00 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORY
 2022-05-20  5:59 UTC  (2+ messages)

[PATCH] crypto: qat - add support for 401xx devices
 2022-05-20  5:59 UTC  (2+ messages)

[PATCH v3 00/10] crypto: qat - re-enable algorithms
 2022-05-20  5:57 UTC  (2+ messages)

[PATCH] crypto: qat - set to zero DH parameters before free
 2022-05-20  5:57 UTC  (2+ messages)

[PATCH v8 0/9] crypto: HCTR2 support
 2022-05-20  5:53 UTC  (3+ messages)
` [PATCH v8 8/9] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL

[PATCH v10 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-19 23:41 UTC  (30+ messages)
` [PATCH v10 1/7] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v10 2/7] KEYS: trusted: allow use of kernel RNG for key material
` [PATCH v10 3/7] crypto: caam - determine whether CAAM supports blob encap/decap
  ` [EXT] "
` [PATCH v10 4/7] crypto: caam - add in-kernel interface for blob generator
` [PATCH v10 5/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [PATCH v10 6/7] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v10 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

[PATCH] random: remove get_random_bytes_arch() and add rng_has_arch_random()
 2022-05-19  7:10 UTC  (11+ messages)
  ` [PATCH] random: remove mostly unused async readiness notifier
        ` [PATCH v2] "

[RFC] random: use blake2b instead of blake2s?
 2022-05-19  6:10 UTC  (2+ messages)

[PATCH v4] crypto: Use struct_size() helper with kmalloc()
 2022-05-19  1:19 UTC 

[PATCH v3] crypto: Use struct_size() helper in kmalloc()
 2022-05-18 22:03 UTC  (2+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-05-18 20:35 UTC  (4+ messages)
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH] crypto: sun8i-ss - Fix error codes for dma_mapping_error()
 2022-05-18 17:33 UTC 

[PATCH] crypto: sun8i-ss - fix error codes in allocate_flows()
 2022-05-18 17:33 UTC 

[RFC PATCH 0/2] Crypto: Remove x86 dependency on QAT drivers
 2022-05-18 15:55 UTC  (7+ messages)
` [RFC PATCH 1/2] crypto: qat: replace get_current_node() with numa_node_id()
` [RFC PATCH 2/2] Removes the x86 dependency on the QAT drivers

[ANNOUNCE][CFP] Linux Security Summit Europe 2022
 2022-05-18 15:50 UTC 

[PATCH] s390/crypto: fix scatterwalk_unmap() callers in AES-GCM
 2022-05-18 11:19 UTC  (5+ messages)

[PATCH v2] crypto: Use struct_size() helper in kmalloc()
 2022-05-18  6:21 UTC  (3+ messages)

[PATCH] crypto: Use struct_size() helper in kmalloc()
 2022-05-18  1:01 UTC  (3+ messages)

New collaboration
 2022-05-17 15:45 UTC 

[PATCH v3] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-17 16:06 UTC  (3+ messages)

[PATCH 0/4] crypto: qat - enable configuration for 4xxx
 2022-05-17 14:10 UTC  (5+ messages)
` [PATCH 1/4] crypto: qat - expose device state through sysfs "
` [PATCH 2/4] crypto: qat - change behaviour of adf_cfg_add_key_value_param()
` [PATCH 3/4] crypto: qat - relocate and rename adf_sriov_prepare_restart()
` [PATCH 4/4] crypto: qat - expose device config through sysfs for 4xxx

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-17  6:30 UTC  (5+ messages)
      ` [EXT] "

[PATCH -next] crypto: Fix build error when CRYPTO_BLAKE2S_X86=m && CRYPTO_ALGAPI2=m && CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y
 2022-05-17  3:36 UTC 

[PATCH] crypto: asymmetric_keys: remove redundant pointer secs
 2022-05-16 21:17 UTC 

[PATCH v2] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-16 18:11 UTC  (7+ messages)

[PATCH] random: do not pretend to handle premature next security model
 2022-05-15 10:17 UTC  (5+ messages)

[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
 2022-05-13 12:29 UTC  (14+ messages)
` [PATCH v5 1/9] virtio-crypto: header update
    `  "
` [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed
    ` [External] "
` [PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt
` [PATCH v5 8/9] tests/crypto: Add test suite for RSA keys

[PATCH v2] random: use first 128 bits of input as fast init
 2022-05-13 10:17 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] random: credit architectural init the exact amount
 2022-05-13 10:13 UTC  (3+ messages)

[PATCH] random: mix in timestamps and reseed on system restore
 2022-05-13 10:10 UTC  (3+ messages)

[PATCH] random32: use real rng for non-deterministic randomness
 2022-05-13 10:07 UTC  (5+ messages)

[PATCH] crypto: cryptd - Protect per-CPU resource by disabling BH
 2022-05-13 10:06 UTC  (3+ messages)

[PATCH] crypto: octeontx2: simplify the return expression of otx2_cpt_aead_cbc_aes_sha_setkey()
 2022-05-13  9:35 UTC  (2+ messages)

[PATCH] crypto: talitos - Uniform coding style with defined variable
 2022-05-13  9:36 UTC  (2+ messages)

[PATCH] s390/crypto: add crypto library interface for ChaCha20
 2022-05-13  9:36 UTC  (2+ messages)

[PATCH v2 00/19] crypto: allwinner: lots of fixes
 2022-05-13  9:34 UTC  (2+ messages)

Biznesowy angielski
 2022-05-13  8:05 UTC 

[PATCH] crypto: hisilicon/sec - delele the flag CRYPTO_ALG_ALLOCATES_MEMORY
 2022-05-13  8:07 UTC  (2+ messages)

[PATCH v3] random: use static branch for crng_ready()
 2022-05-13  6:22 UTC  (3+ messages)
` [PATCH v4] "

is "premature next" a real world rng concern, or just an academic exercise?
 2022-05-13  6:19 UTC  (7+ messages)

[PATCH] random: do not use batches when !crng_ready()
 2022-05-13  6:25 UTC  (2+ messages)

[PATCH v5 00/22] Enable Qualcomm Crypto Engine on sm8150 & sm8250
 2022-05-12 23:39 UTC  (3+ messages)
` [PATCH v5 13/22] dma: qcom: bam_dma: Add support to initialize interconnect path

[PATCH] crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-12 21:51 UTC  (2+ messages)

[PATCH 1/2] sysctl: read() must consume poll events, not poll()
 2022-05-12 18:32 UTC  (9+ messages)


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).