Copy an EVP_PKEY_ASN1_METHOD from src into dst (not thread‐safe).

Synopsis

Declared in <openssl/evp.h>

void
EVP_PKEY_asn1_copy(
    EVP_PKEY_ASN1_METHOD* dst,
    EVP_PKEY_ASN1_METHOD const* src);

Parameters

Name

Description

dst

Destination method object to overwrite.

src

Source method whose function pointers and metadata are copied.

Created with MrDocs