Return the application‐specific pointer previously stored on a cipher context.
Synopsis
Declared in <openssl/evp.h>
void*
EVP_CIPHER_CTX_get_app_data(EVP_CIPHER_CTX const* ctx);
Return Value
Opaque pointer from EVP_CIPHER_CTX_set_app_data(), or NULL if unset.
Parameters
Name |
Description |
ctx |
Cipher context to query. |
Created with MrDocs