Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Jul 2009 10:01:14 +0000 (10:01 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Jul 2009 10:01:14 +0000 (10:01 +0000)
commit7c6967a4b09bec7bfc83eb3b1e1bd69407dc96a7
treef7bfdf779880711ba90de52fcc393c8ba2d7b913
parentd4e5fada47d7d9e9aa015c514785092c503124c7
Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into
its own crypt-aes.

change the integer types to glib style integers

this may/will be helpful if/when we implement our own version of
kerberos
aes decryption of dcerpc since the existing libraries can not (yet)
handle when header signing is used.

we should implement our own decryption of this for cfx+aes just as we
did for classic+arcfour

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29228 f5534014-38df-0310-8fa8-9805f1628bb7
epan/crypt/Makefile.common
epan/crypt/airpdcap_ccmp.c
epan/crypt/airpdcap_rijndael.c
epan/crypt/airpdcap_rijndael.h
epan/crypt/crypt-aes.c [new file with mode: 0644]
epan/crypt/crypt-aes.h [new file with mode: 0644]