Move AES-CCM implementation into src/crypto
authorJouni Malinen <j@w1.fi>
Sun, 9 Sep 2012 15:07:19 +0000 (18:07 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 9 Sep 2012 15:07:19 +0000 (18:07 +0300)
commit4bf39105742dd285f1d674d9835c12609a925b9b
treebe752f9ebf641cca9b65b2afec8477063ab58caa
parent05d6054cec16a5f5647d86ad825fcf4ffa22a170
Move AES-CCM implementation into src/crypto

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

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