Return the opaque application pointer previously stored on a key context.

Synopsis

Declared in <openssl/evp.h>

void*
EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX* ctx);

Return Value

Pointer set with EVP_PKEY_CTX_set_app_data(), or NULL if unset.

Parameters

Name

Description

ctx

Key context to query.

Created with MrDocs