]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add support for using 192-bit and 256-bit keys with AES-GCM
authorJouni Malinen <j@w1.fi>
Sun, 9 Sep 2012 09:26:22 +0000 (12:26 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 9 Sep 2012 10:30:51 +0000 (13:30 +0300)
commitd140db6adf7b3b439f71e1ac2c72e637157bfc4a
tree2f6ebedbeffa1391a13635fac0c914cf8d92c79d
parentaf0963fab42804328294bba7a36a976814369aca
Add support for using 192-bit and 256-bit keys with AES-GCM

This adds 192-bit and 256-bit key support to the internal AES
implementation and extends the AES-GCM functions to accept key length to
enable longer AES key use.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/aes-gcm.c
src/crypto/aes-internal-dec.c
src/crypto/aes-internal-enc.c
src/crypto/aes-internal.c
src/crypto/aes_i.h
src/crypto/aes_wrap.h
tests/test-aes.c
wlantest/gcmp.c