EVP_PKEY_asn1_set_param

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
void
EVP_PKEY_asn1_set_param
(
EVP_PKEY_ASN1_METHOD* ameth
,
ExternC!(int function
(
EVP_PKEY* pkey
,
const(ubyte)** pder
,
int derlen
)
)
param_decode
,
ExternC!(int function
(
const(EVP_PKEY)* pkey
,
ubyte** pder
)
)
param_encode
,
ExternC!(int function
(
const(EVP_PKEY)* pk
)
)
param_missing
,
ExternC!(int function
(
EVP_PKEY* to
,
const(EVP_PKEY)* from
)
)
param_copy
,
ExternC!(int function
(
const(EVP_PKEY)* a
,
const(EVP_PKEY)* b
)
)
param_cmp
,
ExternC!(int function
(,
const(EVP_PKEY)* pkey
,
int indent
,
ASN1_PCTX* pctx
)
)
param_print
)

Meta