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>
This commit is contained in:
parent
05d6054cec
commit
4bf3910574
4 changed files with 222 additions and 198 deletions
|
@ -16,6 +16,7 @@ CFLAGS += -DCONFIG_SHA256
|
|||
|
||||
LIB_OBJS= \
|
||||
aes-cbc.o \
|
||||
aes-ccm.o \
|
||||
aes-ctr.o \
|
||||
aes-eax.o \
|
||||
aes-encblock.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue