Retrieve parameters from a key context into an OSSL_PARAM array.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_CTX_get_params(
    EVP_PKEY_CTX* ctx,
    OSSL_PARAM* params);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

ctx

Key context to query.

params

Array of OSSL_PARAM request/response descriptors terminated by OSSL_PARAM_END.

Created with MrDocs