History for barebox / crypto / digest.c
2020-07-05
@Sascha Hauer
digest: Drop usage of memmap ...
Sascha Hauer committed on 5 Jul 2020
2020-04-27
@Uwe Kleine-König
treewide: remove references to CREDITS ...
Uwe Kleine-König authored on 23 Apr 2020 Sascha Hauer committed on 27 Apr 2020
2019-05-09
@Sascha Hauer
crypto: digest: fix digesting file windows ...
Sascha Hauer committed on 9 May 2019
2019-01-17
@Andrey Smirnov
crypto: digest: Return -errno if stat() fails ...
Andrey Smirnov authored on 16 Jan 2019 Sascha Hauer committed on 17 Jan 2019
@Andrey Smirnov
crypto: digest: Return -errno if lseek() fails ...
Andrey Smirnov authored on 16 Jan 2019 Sascha Hauer committed on 17 Jan 2019
@Andrey Smirnov
crypto: digest: Return -errno if open() fails ...
Andrey Smirnov authored on 16 Jan 2019 Sascha Hauer committed on 17 Jan 2019
2019-01-16
@Andrey Smirnov
crypto: digest: Change the signature of digest_file_window() ...
Andrey Smirnov authored on 12 Jan 2019 Sascha Hauer committed on 16 Jan 2019
@Andrey Smirnov
crypto: digest: Split memory vs. file code into separate functions ...
Andrey Smirnov authored on 12 Jan 2019 Sascha Hauer committed on 16 Jan 2019
@Andrey Smirnov
crypto: digest: Replace 4096 with PAGE_SIZE ...
Andrey Smirnov authored on 12 Jan 2019 Sascha Hauer committed on 16 Jan 2019
@Andrey Smirnov
crypto: digest: Remove unused variable ...
Andrey Smirnov authored on 12 Jan 2019 Sascha Hauer committed on 16 Jan 2019
@Andrey Smirnov
treewide: Introduce MAP_FAILED and replace ad-hoc constants with it ...
Andrey Smirnov authored on 12 Jan 2019 Sascha Hauer committed on 16 Jan 2019
2017-07-10
@Uwe Kleine-König
crypto: digest: Fix digesting over memory chunks > 4096 bytes ...
Uwe Kleine-König authored on 6 Jul 2017 Lucas Stach committed on 10 Jul 2017
2016-04-21
@Du Huanpeng
whole tree: remove trailing whitespaces ...
Du Huanpeng authored on 21 Apr 2016 Sascha Hauer committed on 21 Apr 2016
2016-01-26
@Sascha Hauer
crypto: add digest_alloc_by_algo() ...
Sascha Hauer committed on 26 Jan 2016
2015-05-26
@Marc Kleine-Budde
crypto: digest: mark signature argument as const ...
Marc Kleine-Budde authored on 25 May 2015 Sascha Hauer committed on 26 May 2015
2015-03-27
@Jean-Christophe PLAGNIOL-VILLARD
crypto: prepare to allow multiple digest driver ...
Jean-Christophe PLAGNIOL-VILLARD authored on 25 Mar 2015 Sascha Hauer committed on 27 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
digest: allow algo to specify their length at runtime ...
Jean-Christophe PLAGNIOL-VILLARD authored on 25 Mar 2015 Sascha Hauer committed on 27 Mar 2015
2015-03-20
@Jean-Christophe PLAGNIOL-VILLARD
command: add generic digest command ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 20 Mar 2015
2015-03-19
@Jean-Christophe PLAGNIOL-VILLARD
digest: add digest callback ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 19 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
digest: add verify callback ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 19 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key params ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 19 Mar 2015
2015-03-18
@Jean-Christophe PLAGNIOL-VILLARD
crypto: digest: digest_file_window: check every digest_xxx return ...
Jean-Christophe PLAGNIOL-VILLARD authored on 17 Mar 2015 Sascha Hauer committed on 18 Mar 2015
2015-03-13
@Sascha Hauer
crypto: digest: Fix coding style ...
Sascha Hauer committed on 13 Mar 2015
@Sascha Hauer
crypto: digest: Make string arguments const ...
Sascha Hauer committed on 13 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512 ...
Jean-Christophe PLAGNIOL-VILLARD authored on 11 Mar 2015 Sascha Hauer committed on 13 Mar 2015
2015-03-12
@Jean-Christophe PLAGNIOL-VILLARD
digest: make it multi-instance ...
Jean-Christophe PLAGNIOL-VILLARD authored on 11 Mar 2015 Sascha Hauer committed on 12 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
digest: introduce digest_{init/update/final/length} ...
Jean-Christophe PLAGNIOL-VILLARD authored on 11 Mar 2015 Sascha Hauer committed on 12 Mar 2015
@Jean-Christophe PLAGNIOL-VILLARD
digest: move digest.c to crypto ...
Jean-Christophe PLAGNIOL-VILLARD authored on 11 Mar 2015 Sascha Hauer committed on 12 Mar 2015