Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: digest: initialize earlier | Sascha Hauer | 2017-03-31 | 1 | -1/+1 |
* | string: Fix (v)asprintf prototypes | Sascha Hauer | 2016-04-15 | 1 | -2/+2 |
* | crypto: hmac: move register to hmac | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-27 | 1 | -15/+33 |
* | crypto: prepare to allow multiple digest driver | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-27 | 1 | -5/+11 |
* | crypto: digest: speficied when a digest need a key to be used | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-20 | 1 | -0/+1 |
* | crypto: hmac: use digest_digest and check the return of every digest_xxx | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-19 | 1 | -18/+31 |
* | digest: add digest callback | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-19 | 1 | -0/+1 |
* | digest: add verify callback | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-19 | 1 | -0/+1 |
* | crypto: digest: Fix coding style | Sascha Hauer | 2015-03-13 | 1 | -1/+1 |
* | digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512 | Jean-Christophe PLAGNIOL-VILLARD | 2015-03-13 | 1 | -0/+159 |