networksecurity/ipsec/ipseccrypto/src/ipseccrypto_prt.cpp
changeset 37 052078dda061
parent 0 af10295192d8
child 31 7f8dc48d5d3a
equal deleted inserted replaced
18:39bb7c3571e9 37:052078dda061
    22 #include <3des.h>
    22 #include <3des.h>
    23 #include <rijndael.h>
    23 #include <rijndael.h>
    24 #include <hash.h>
    24 #include <hash.h>
    25 
    25 
    26 #include "keys.h"
    26 #include "keys.h"
    27 #include "cryptospidef.h"
    27 #include <cryptospi/cryptospidef.h>
    28 #include "cryptosymmetriccipherapi.h"
    28 #include "cryptosymmetriccipherapi.h"
    29 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    29 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    30 #include "ruleselector.h"
    30 #include "ruleselector.h"
    31 #include "plugincharacteristics.h"
    31 #include "plugincharacteristics.h"
    32 #include "cryptospistateapi.h"
    32 #include "cryptospistateapi.h"
    33 #include "cryptoparams.h"
    33 #include "cryptoparams.h"
    34 #include "cryptomacapi.h"
    34 #include <cryptospi/cryptomacapi.h>
    35 using namespace CryptoSpi;
    35 using namespace CryptoSpi;
    36 #endif // SYMBIAN_IPSEC_VOIP_SUPPORT
    36 #endif // SYMBIAN_IPSEC_VOIP_SUPPORT
    37 
    37 
    38 #define DES_CBLOCK_SIZE 8
    38 #define DES_CBLOCK_SIZE 8
    39 #define AES_CBLOCK_SIZE 16
    39 #define AES_CBLOCK_SIZE 16