40 #ifndef __CAASYMCHANNELCIPHERFACTORY__
41 #define __CAASYMCHANNELCIPHERFACTROY__
59 CAMsg::printMsg(LOG_DEBUG,
"Creating NULL-cipher for channel encryption!\n");
SYMCHANNELCIPHER_ALGORITHM
const UINT8 *const SYMCHANNELCIPHER_ALG_NAME_OFB
const UINT8 *const SYMCHANNELCIPHER_ALG_NAME_NULL
const UINT8 *const SYMCHANNELCIPHER_ALG_NAME_CTR
static SINT32 printMsg(UINT32 typ, const char *format,...)
Writes a given message to the log.
static SYMCHANNELCIPHER_ALGORITHM getAlgIDFromString(UINT8 *strAlgID)
static CASymChannelCipher * createCipher(SYMCHANNELCIPHER_ALGORITHM alg)
This class could be used for encryption/decryption of data (streams) with AES using 128bit CTR mode.
This class implemtns the symmetric channel cipher interface - but does not do eny encryption!...
This class could be used for encryption/decryption of data (streams) with AES using 128bit OFB mode.