aboutsummaryrefslogtreecommitdiff
path: root/aes_keywrap.c
AgeCommit message (Expand)Author
2020-04-29The new keywrap core now talks directly to the MKM, so I split the codePaul Selkirk
2020-03-25Reduce keywrap to 16 core blocks, to match how it's actually built now.Paul Selkirk
2020-03-10auto-detect coresPaul Selkirk
2020-02-26Merge branch 'js_keywrap' to 'master'Paul Selkirk
2018-09-11Track Joachim's latest keywrap core - unroll bank-switched memory into a numb...Paul Selkirk
2018-08-16Correct the limit on memory banks in the keywrap core.Paul Selkirk
2018-08-15Add support for Joachim's keywrap core.Paul Selkirk
2018-05-20Drop <assert.h> now that everything should be using hal_assert() instead.Rob Austein
2018-05-20Better hal_core_alloc() semantics, assert() and printf() cleanup.Rob Austein
2017-10-23Cleanup signed/unsigned mismatches, mostly in loop countersPaul Selkirk
2017-04-17Make sure hal_aes_keyunwrap() frees the core in all error cases.Paul Selkirk
2016-07-05Attempt to add resource management, for multiple cores of the same type.Paul Selkirk
2015-12-23RPC interface to TRNG and (incomplete) PIN code.Rob Austein
2015-12-13whack copyrightsPaul Selkirk
2015-11-13Merge branch 'config_core_selector'Paul Selkirk
2015-10-29Remove unused includes.Paul Selkirk
2015-10-04Whack libhal API to use current configure_core_selector mechanism.Rob Austein
2015-06-21libcryptech -> libhal, doh.Rob Austein
2015-06-04Disable HMAC-SHA-384 tests as neither my implementation nor PyCryptoRob Austein
2015-05-24Typing "!" when one meant "~" has interesting effects when bit masking.Rob Austein
2015-05-23Guess it might help to write the config value to the AES core afterRob Austein
2015-05-21Add test harness: no useful tests yet, just the framework.Rob Austein
2015-05-20Add AES Key Wrap using Cryptech AES core.Rob Austein