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
Loading
Please register or sign in to comment