Return the application‐private data pointer previously set on a key context.
Synopsis
Declared in <openssl/evp.h>
void*
EVP_PKEY_CTX_get_data(EVP_PKEY_CTX const* ctx);
Return Value
Opaque pointer from EVP_PKEY_CTX_set_data(), or NULL if unset.
Parameters
Name |
Description |
ctx |
Key context to query. |
Created with MrDocs