Skip to content
Commit d7d96a3f authored by Tomasz Kantecki's avatar Tomasz Kantecki
Browse files

AES-CMAC-128 and AES-CMAC-96 authentication support added

- AES-CMAC-128 implementation as in RFC 4493
- AES-CMAC-96 implementation as in RFC 4494
- API for generating AES-CMAC sub-keys added (new file aes_cmac_subkey_gen.asm)
- 'job' structure extended to accomodate AES-CMAC specific fields
- Out-of-order manager currently implemented in C and
  it uses assembly AES128-CBC encryption code underneath
- LibTestApp extended to exrecise AES-CMAC test vectors
- LibPerfApp extended to cover AES-CMAC
- Makefile modified to compile new aes_cmac_subkey_gen.asm file

Change-Id: If49926ae2917b3c6f47b64e103a0fb30d3d7768a
parent 4362daca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment