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
/
hal_io_eim.c
Age
Commit message (
Expand
)
Author
2017-09-13
Preliminary support for parallel core RSA CRT.
Rob Austein
2017-09-09
Start hacking for systolic modexp.
Rob Austein
2016-07-06
Belatedly adjust hal_io_read/write to the new flat addressing architecture.
Paul Selkirk
2016-05-24
Move htonl to hal_internal.h
Paul Selkirk
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-04
Disallow NULL core argument in lowest-level HAL I/O routines.
Rob Austein
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-10-04
off_t => hal_addr_t.
Rob Austein
2015-09-06
Add ECPoint I/O functions. ASN.1 cleanup.
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
Debug hash-testing code.
Rob Austein
2015-05-21
Copy Joachim's EIM timeout change, make timeout configurable at
Rob Austein
2015-05-20
Add csprng and hash modules. Add real error codes instead of magic
Rob Austein
2015-05-19
Import FPGA I/O code from core/platform/novena/sw, add minimal
Rob Austein