Store an opaque application pointer on a key context.

Synopsis

Declared in <openssl/evp.h>

void
EVP_PKEY_CTX_set_app_data(
    EVP_PKEY_CTX* ctx,
    void* data);

Parameters

Name

Description

ctx

Key context to update.

data

Caller‐owned pointer retrieved later with EVP_PKEY_CTX_get_app_data().

Created with MrDocs