NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
block-cipher.cpp File Reference
#include "block-cipher.hpp"
#include "../detail/openssl.hpp"
#include <boost/lexical_cast.hpp>
Include dependency graph for block-cipher.cpp:

Go to the source code of this file.

Classes

class  ndn::security::transform::BlockCipher::Impl
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 
 ndn::security::transform
 

Functions

unique_ptr< Transform > ndn::security::transform::blockCipher (BlockCipherAlgorithm algo, CipherOperator op, const uint8_t *key, size_t keyLen, const uint8_t *iv, size_t ivLen)