Sese Framework
x.y.z
A cross-platform framework
|
#include <array>
#include <sese/security/evp/DES.h>
#include <openssl/evp.h>
#include <openssl/err.h>
宏定义 | |
#define | CTX static_cast<EVP_CIPHER_CTX *>(this->ctx) |
函数 | |
auto | switchCipher (sese::security::evp::DESEncrypter::Type type) |
#define CTX static_cast<EVP_CIPHER_CTX *>(this->ctx) |
被这些函数引用 sese::iocp::v1::IOCPService::onAccept(), sese::iocp::v1::IOCPService::onClose(), sese::iocp::v1::IOCPService::onRead(), sese::iocp::v1::IOCPService::onTimeout(), sese::iocp::v1::IOCPService::onWrite(), sese::iocp::v1::IOCPServer::postConnect() , 以及 sese::iocp::v1::IOCPService::~IOCPService().
|
inline |