summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: crc32: implement crc32() with crc32_no_comp()Sascha Hauer2023-12-151-22/+9
* crypto: crc32: create crc table only onceSascha Hauer2023-12-131-1/+1
* crypto: add JSON Web Token (JWT) supportAhmad Fatoum2023-11-013-0/+248
* scripts: allow user to build rsatoc if COMPILE_HOST_TOOLSAhmad Fatoum2023-09-221-0/+1
* crypto: crc32: enable for PBLSascha Hauer2023-09-041-1/+1
* crypto: crc32: Drop CONFIG_DYNAMIC_CRC_TABLE optionSascha Hauer2023-09-041-65/+2
* crypto: crc32: allocate crc_table staticallySascha Hauer2023-09-041-7/+6
* crypto: crc32: LindentSascha Hauer2023-09-041-100/+99
* crypto: crc32: use uint32_t instead of ulongAhmad Fatoum2023-08-281-8/+8
* crypto: clarify relationship of CONFIG_{BOOTM_FITIMAGE_PUBKEY,RSA_KEY}Ahmad Fatoum2023-07-281-0/+3
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-2/+2
* ARM64: crypto: add Crypto Extensions accelerated SHA implementationAhmad Fatoum2023-05-261-0/+21
* crypto: digest: match driver name if no algo name matchesAhmad Fatoum2023-05-261-5/+6
* pbl: export pbl_barebox_verifyAhmad Fatoum2022-08-221-2/+1
* crypto: restrict digest algos implemented in ARM assembly to 32-bitAhmad Fatoum2022-08-091-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2022-06-291-1/+0
|\
| * treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* | crypto: skip make dependency for CONFIG_CRYPTO_RSA_KEY=__ENV__*Bastian Krause2022-06-271-1/+1
|/
* rsa: Turn error messages into debug messagesSascha Hauer2022-05-041-4/+4
* rsa: Add pr_fmt and use pr_debugSascha Hauer2022-05-041-11/+12
* rsa: Add iterator for rsa keysSascha Hauer2022-05-041-0/+9
* rsa: Collect keys on listSascha Hauer2022-05-041-17/+80
* crypto: simplify $(srctree)/ handling and remove config_filename macroSascha Hauer2022-05-041-3/+9
* crypto: Followup to crypto symbol renaming for algo registrationUwe Kleine-König2022-03-283-10/+10
* crypto: consistently name the algo digest symbols HAVE_DIGEST_...Uwe Kleine-König2022-02-101-17/+17
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+1
* treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-051-0/+2
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-052-0/+4
* crypto: crc32: add big endian CRC implementationAhmad Fatoum2021-12-131-0/+12
* crypto: digest: use crypto_memneq()Sascha Hauer2021-07-301-2/+5
* crypto: add crypto_memneq()Sascha Hauer2021-07-302-0/+92
* Merge branch 'for-next/misc' into masterSascha Hauer2020-10-141-1/+1
|\
| * rsa: fix print format specifiers in debug()Ahmad Fatoum2020-09-281-1/+1
* | digest: sha: remove no-op "erase" of automatic variablesAhmad Fatoum2020-10-022-7/+0
|/
* digest: Drop usage of memmapSascha Hauer2020-07-051-26/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* crypto: pbkdf2: Select HMACSascha Hauer2020-03-181-0/+1
* rsa: Allow to directly compile in rsa public keysSascha Hauer2019-10-154-0/+64
* rsa: let rsa_of_read_key() return a fully allocated keySascha Hauer2019-10-151-4/+22
* pbl: add sha256 and piggy verification to PBLRouven Czerwinski2019-08-072-4/+9
* crypto: digest: fix digesting file windowsSascha Hauer2019-05-091-5/+6
* treewide: Add missing includesSascha Hauer2019-03-181-0/+1
* crc: Add PBL variant for crc_itu_t()Sascha Hauer2019-03-041-1/+1
* crc: import crc_itu_t() from kernelSascha Hauer2019-03-044-106/+62
* crypto: digest: Return -errno if stat() failsAndrey Smirnov2019-01-171-5/+2
* crypto: digest: Return -errno if lseek() failsAndrey Smirnov2019-01-171-2/+2
* crypto: digest: Return -errno if open() failsAndrey Smirnov2019-01-171-1/+1
* crypto: digest: Change the signature of digest_file_window()Andrey Smirnov2019-01-161-3/+3
* crypto: digest: Split memory vs. file code into separate functionsAndrey Smirnov2019-01-161-48/+70
* crypto: digest: Replace 4096 with PAGE_SIZEAndrey Smirnov2019-01-161-2/+2