aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-deu/src/ifxmips_deu.h
Commit message (Collapse)AuthorAgeFilesLines
* ltq-deu: make deu hash lock global and remove md5_hmac_ exportsDaniel Kestrel2022-01-061-0/+4
| | | | | | | | | | | 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 mismatchesHauke Mehrtens2018-03-181-14/+14
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* packages: clean up the package folderJohn Crispin2013-06-211-0/+232
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007