Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Di2d_evp.c84 if (a->ameth != NULL && a->ameth->param_encode != NULL) in i2d_KeyParams()
85 return a->ameth->param_encode(a, pp); in i2d_KeyParams()
A Dameth_lib.c324 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
336 ameth->param_encode = param_encode; in EVP_PKEY_asn1_set_param()
/openssl-master/include/crypto/
A Dasn1.h43 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/openssl-master/crypto/pem/
A Dpem_pkey.c376 if (!x->ameth || !x->ameth->param_encode) in PEM_write_fnsig()
380 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_fnsig()
/openssl-master/doc/man3/
A DEVP_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 /
/openssl-master/include/openssl/
A Devp.h1604 int (*param_encode) (const EVP_PKEY *pkey,

Completed in 14 milliseconds