Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ltq-deu: make deu hash lock global and remove md5_hmac_ exports | Daniel Kestrel | 2022-01-06 |
| | | | | | | | | | | | All hash algorithms use the same base IFX_HASH_CON to access the hash unit. Parallel threads should not be able to call different hash algorithms and therefor a global lock is required. Fixed linker warning, that md5_hmac_init, md5_hmac_update and md5_hmac_final are static export symbols. The export symbols are not required, because the functions are exposed using shash_alg structure. Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de> | ||
* | ltq-deu: Fix section mismatches | Hauke Mehrtens | 2018-03-18 |
| | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||
* | packages: clean up the package folder | John Crispin | 2013-06-21 |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 |