index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aes_keywrap.c
Age
Commit message (
Expand
)
Author
2020-03-10
auto-detect cores
Paul Selkirk
2020-02-26
Merge branch 'js_keywrap' to 'master'
Paul Selkirk
2018-09-11
Track Joachim's latest keywrap core - unroll bank-switched memory into a numb...
Paul Selkirk
2018-08-16
Correct the limit on memory banks in the keywrap core.
Paul Selkirk
2018-08-15
Add support for Joachim's keywrap core.
Paul Selkirk
2018-05-20
Drop <assert.h> now that everything should be using hal_assert() instead.
Rob Austein
2018-05-20
Better hal_core_alloc() semantics, assert() and printf() cleanup.
Rob Austein
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-04-17
Make sure hal_aes_keyunwrap() frees the core in all error cases.
Paul Selkirk
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-06-21
libcryptech -> libhal, doh.
Rob Austein
2015-06-04
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
Rob Austein
2015-05-24
Typing "!" when one meant "~" has interesting effects when bit masking.
Rob Austein
2015-05-23
Guess it might help to write the config value to the AES core after
Rob Austein
2015-05-21
Add test harness: no useful tests yet, just the framework.
Rob Austein
2015-05-20
Add AES Key Wrap using Cryptech AES core.
Rob Austein