cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/rijndaelimpl.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    25 #define	__RIJNDAELIMPL_H__
    25 #define	__RIJNDAELIMPL_H__
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <e32cmn.h>
    27 #include <e32cmn.h>
    28 #include "keys.h"
    28 #include "keys.h"
    29 #include "h4cipherimpl.h"
    29 #include "h4cipherimpl.h"
    30 #include <cryptodriver.h>
    30 #include "cryptodriver.h"
    31 
    31 
    32 /**
    32 /**
    33 Plug-in class for AES (Rijndael) block cipher
    33 Plug-in class for AES (Rijndael) block cipher
    34 */
    34 */
    35 namespace HwCrypto
    35 namespace HwCrypto