Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_CIPHER_nid, EVP_CIPHER_CTX_nid, EVP_CIPHER_name, EVP_CIPHER_type, EVP_CIPHER_CTX_type, EVP_CIPHER_block_size, EVP_CIPHER_CTX_block_size, EVP_CIPHER_flags, EVP_CIPHER_CTX_flags, EVP_CIPHER_mode, EVP_CIPHER_CTX_mode — inspect EVP_CIPHER objectsSYNOPSIS
#include <openssl/evp.h>EVP_CIPHER_nid(const EVP_CIPHER *cipher);
EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);
EVP_CIPHER_name(const EVP_CIPHER *cipher);
EVP_CIPHER_type(const EVP_CIPHER *ctx);
EVP_CIPHER_CTX_type(const EVP_CIPHER_CTX *ctx);
EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx);
EVP_CIPHER_flags(const EVP_CIPHER *cipher);
EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
EVP_CIPHER_mode(const EVP_CIPHER *cipher);
EVP_CIPHER_CTX_mode(const EVP_CIPHER_CTX *ctx);