cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/h4cipherimpl.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    29 #include "keys.h"
    29 #include "keys.h"
    30 #include <cryptospi/plugincharacteristics.h>
    30 #include <cryptospi/plugincharacteristics.h>
    31 #include "pluginconfig.h"
    31 #include "pluginconfig.h"
    32 #include <cryptopanic.h>
    32 #include <cryptopanic.h>
    33 #include <securityerr.h>
    33 #include <securityerr.h>
    34 #include <keyhandle.h>
    34 #include "keyhandle.h"
    35 
    35 
    36 using namespace HwCrypto;
    36 using namespace HwCrypto;
    37 
    37 
    38 #define BytesToBits(byteCount) (byteCount*8)
    38 #define BytesToBits(byteCount) (byteCount*8)
    39 
    39