networksecurity/ipsec/ipseccrypto/src/ipseccrypto_prt.cpp
branchRCL_3
changeset 11 db85996de7c4
parent 0 af10295192d8
child 57 abbed5a4b42a
equal deleted inserted replaced
10:c64cefac6e99 11:db85996de7c4
    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 
    28 #include "cryptosymmetriccipherapi.h"
    29 #include "cryptosymmetriccipherapi.h"
    29 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    30 #ifdef SYMBIAN_IPSEC_VOIP_SUPPORT
    30 #include "ruleselector.h"
    31 #include "ruleselector.h"
    31 #include "plugincharacteristics.h"
    32 #include "plugincharacteristics.h"
    32 #include "cryptospistateapi.h"
    33 #include "cryptospistateapi.h"
    33 #include "cryptoparams.h"
    34 #include "cryptoparams.h"
    34 #include "cryptomacapi.h"
    35 #include <cryptospi/cryptomacapi.h>
    35 using namespace CryptoSpi;
    36 using namespace CryptoSpi;
    36 #endif // SYMBIAN_IPSEC_VOIP_SUPPORT
    37 #endif // SYMBIAN_IPSEC_VOIP_SUPPORT
    37 
    38 
    38 #define DES_CBLOCK_SIZE 8
    39 #define DES_CBLOCK_SIZE 8
    39 #define AES_CBLOCK_SIZE 16
    40 #define AES_CBLOCK_SIZE 16