block-cipher.cpp File Reference
#include "ndn-cxx/security/transform/block-cipher.hpp"
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <boost/lexical_cast.hpp>
+ Include dependency graph for block-cipher.cpp:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::security
 
 ndn::security::transform
 

Functions

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