Home
last modified time | relevance | path

Searched refs:param_encode (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDameth_lib.c270 dst->param_encode = src->param_encode; in EVP_PKEY_asn1_copy()
346 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
358 ameth->param_encode = param_encode; in EVP_PKEY_asn1_set_param()
/freebsd-13-stable/crypto/openssl/crypto/pem/
HDpem_pkey.c163 if (!x->ameth || !x->ameth->param_encode) in PEM_write_bio_Parameters()
167 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_bio_Parameters()
/freebsd-13-stable/crypto/openssl/include/crypto/
HDasn1.h34 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_ASN1_METHOD.pod70 int (*param_encode) (const EVP_PKEY *pkey,
207 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder);
214 The param_decode() and param_encode() methods are called to decode /
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h1192 int (*param_encode) (const EVP_PKEY *pkey,