]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move AES-GCM implementation into src/crypto
authorJouni Malinen <j@w1.fi>
Sat, 8 Sep 2012 20:48:08 +0000 (23:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 8 Sep 2012 20:48:08 +0000 (23:48 +0300)
commit1cd7a5032a7647b9e1559e46f828ebb13458fe3a
tree455b9dce8aa3612f1b53af7b28bfb016d0a78e67
parentbe87d3c34531a062335afa21bfec72876d5585cf
Move AES-GCM implementation into src/crypto

This is a generic AES GCM and GMAC implementation that can be used for
other purposes than just implementing GCMP, so it fits better in a
separate file in src/crypto.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/Makefile
src/crypto/aes-gcm.c [new file with mode: 0644]
src/crypto/aes_wrap.h
wlantest/gcmp.c