summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-08crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R
2025-03-08crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R
2025-03-08crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R
2025-03-08crypto: tegra - Fix CMAC intermediate result handlingAkhil R
2025-03-08crypto: tegra - Fix HASH intermediate result handlingAkhil R
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R
2025-03-08crypto: tegra - finalize crypto req on errorAkhil R
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R
2025-03-08crypto: mxs-dcp - Only set OTP_KEY bit for OTP keySven Schwermer
2025-03-08Merge tag 'crypto-krb5-20250303' of git://git.kernel.org/pub/scm/linux/kernel...Herbert Xu
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells
2025-03-02crypto/krb5: Test manager dataDavid Howells
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells
2025-03-02crypto/krb5: Add some constants out of sunrpc headersDavid Howells
2025-03-02crypto/krb5: Add API DocumentationDavid Howells
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu
2025-03-02crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_typeDr. David Alan Gilbert
2025-03-02crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_infoDr. David Alan Gilbert
2025-03-02dt-bindings: crypto: Convert fsl,sec-2.0 to YAMLJ. Neuschäfer
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers
2025-03-02crypto: skcipher - use the new scatterwalk functionsEric Biggers
2025-03-02net/tls: use the new scatterwalk functionsEric Biggers
2025-03-02crypto: x86/aegis - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: x86/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: stm32 - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: s5p-sss - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: s390/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: nx - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: arm64 - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: arm/ghash - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: aegis - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers
2025-03-02crypto: scatterwalk - add scatterwalk_get_sglist()Eric Biggers
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers