summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: digest: Remove unused variableAndrey Smirnov2019-01-161-2/+0
* treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
* rsa: Add missing newline to pr_err messagesSascha Hauer2018-01-301-4/+4
* crypto: digest: Fix digesting over memory chunks > 4096 bytesUwe Kleine-König2017-07-101-0/+3
* crypto: digest: initialize earlierSascha Hauer2017-03-314-4/+4
* keystore: implement forgetting secretsSascha Hauer2017-03-311-15/+38
* crypto: crc32: Optimize dynamic CRC table generationAlexander Shiyan2016-07-051-8/+7
* crypto: add CRC32 digestYegor Yefremov2016-05-253-0/+95
* Merge branch 'for-next/misc'Sascha Hauer2016-05-092-2/+2
|\
| * whole tree: remove trailing whitespacesDu Huanpeng2016-04-212-2/+2
* | string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* | include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
|/
* Merge branch 'for-next/ratp'Sascha Hauer2016-02-081-0/+1
|\
| * barebox remote controlSascha Hauer2016-01-181-0/+1
* | crypto: add RSA supportSascha Hauer2016-01-263-0/+426
* | crypto: add digest_alloc_by_algo()Sascha Hauer2016-01-265-1/+48
|/
* Merge branch 'for-next/state'Sascha Hauer2015-12-083-0/+91
|\
| * crypto: add simple keystoreMarc Kleine-Budde2015-11-273-0/+87
| * crypto: Kconfig: add submenu for crypto related config optionsMarc Kleine-Budde2015-11-271-0/+4
* | crypto: crc32: fix warnings: no previous prototype for 'crc32', 'crc32_no_com...Sergey Koshechkin2015-11-181-3/+6
|/
* crypto: fix selecting of digestsSascha Hauer2015-08-281-1/+1
* crc16: Make buffer argument constSascha Hauer2015-06-081-1/+1
* crypto: digest: mark signature argument as constMarc Kleine-Budde2015-05-261-5/+5
* arm: crypto: add sha256 assembly supportJean-Christophe PLAGNIOL-VILLARD2015-03-271-0/+9
* arm: crypto: add sha1 assembly supportJean-Christophe PLAGNIOL-VILLARD2015-03-271-0/+8
* crypto: sha512: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-266/+198
* crypto: sha256: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-272/+290
* crypto: sha1: switch to linux implementationJean-Christophe PLAGNIOL-VILLARD2015-03-271-275/+247
* crypto: hmac: move register to hmacJean-Christophe PLAGNIOL-VILLARD2015-03-275-57/+39
* crypto: prepare to allow multiple digest driverJean-Christophe PLAGNIOL-VILLARD2015-03-279-62/+110
* digest: allow algo to specify their length at runtimeJean-Christophe PLAGNIOL-VILLARD2015-03-271-2/+1
* crypto: digest: speficied when a digest need a key to be usedJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+1
* command: add generic digest commandJean-Christophe PLAGNIOL-VILLARD2015-03-201-5/+20
* crypto: add pbkdf2 hmac key generatorJean-Christophe PLAGNIOL-VILLARD2015-03-193-0/+101
* crypto: hmac: use digest_digest and check the return of every digest_xxxJean-Christophe PLAGNIOL-VILLARD2015-03-191-18/+31
* digest: add digest callbackJean-Christophe PLAGNIOL-VILLARD2015-03-197-0/+25
* digest: add verify callbackJean-Christophe PLAGNIOL-VILLARD2015-03-197-1/+32
* crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key p...Jean-Christophe PLAGNIOL-VILLARD2015-03-191-8/+2
* crypto: digest: digest_file_window: check every digest_xxx returnJean-Christophe PLAGNIOL-VILLARD2015-03-181-3/+7
* crypto: digest: Fix coding styleSascha Hauer2015-03-135-17/+17