index
:
user/js/keywrap
auto_magic
auto_zeroise
increase_api_addr_space
integrate_mkmif
master
support_HAL_KS_WRAPPED_KEYSIZE
AES KEY WRAP as defined in RFC 3394
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
model
Age
Commit message (
Collapse
)
Author
2018-07-05
Adding testcase for wrapping 4096 bit data.
Joachim Strömbergson
2018-07-03
Adding a lot of verbose output to get the internal values we need.
Joachim Strömbergson
2018-07-03
Focusing on a single NIST KWP test case that is non-trivial.
Joachim Strömbergson
2018-06-29
Starting to add verbose debug print statements to get internal values during ↵
Joachim Strömbergson
processing. This includes breaking up code statements.
2018-06-29
Added test vectors from NISTs set of vectors for SP800-38F KWP. Added header ↵
Joachim Strömbergson
with short description and copyright, license used in Cryptech.
2018-06-29
Removed old keywrap model. We have a new, working model to destroy.
Joachim Strömbergson
2018-06-29
Adding working keywrap python model by Rob Austein.
Joachim Strömbergson
2018-06-29
Fixed magical capitalizations.
Joachim Strömbergson
2018-06-28
Minor edit.
Joachim Strömbergson
2018-06-28
Adding the Python keywrap model from sw/libhal/unit-tests.py to modify as ↵
Joachim Strömbergson
needed to get intermediate values. Removed the aes model taken from the aes core.
2018-06-26
Added a simple test case to verify that the aes model is usable.
Joachim Strömbergson
2018-06-26
Adding initial version of keywrap python model. Adding local copy of aes model.
Joachim Strömbergson