]> git.ipfire.org Git - thirdparty/hostap.git/commit
Extend AES-CMAC routines to support 256-bit keys
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 23 Jan 2015 14:59:33 +0000 (16:59 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 24 Jan 2015 17:37:42 +0000 (19:37 +0200)
commit30bff1d0f43799835e12276866450786bbf594e1
tree4e7f92c7d6a8cdcd9548e48ee0452b50fd738561
parent86f9b1c70607b6ea6a507951af6e3010801bb134
Extend AES-CMAC routines to support 256-bit keys

omac1_aes_256() and omac1_aes_vector() can now be used to perform
256-bit CMAC operations similarly to the previously supported 128-bit
cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/aes-omac1.c
src/crypto/aes_wrap.h
src/crypto/crypto_openssl.c