EVP_CIPHER_CTX_get_cipher_data

Return the cipher-implementation private data pointer for ctx.

Synopsis

Declared in <openssl/evp.h>

void*
EVP_CIPHER_CTX_get_cipher_data(EVP_CIPHER_CTX const* ctx);

Return Value

Implementation-specific data pointer, or NULL if unset.

Parameters

NameDescription
ctxCipher context.