Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H 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()
H A Dameth_lib.c323 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
335 ameth->param_encode = param_encode; in EVP_PKEY_asn1_set_param()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pkey.c398 if (!x->ameth || !x->ameth->param_encode) in PEM_write_fnsig()
402 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_fnsig()
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h43 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/freebsd/crypto/openssl/doc/man3/
H 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 /
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1606 int (*param_encode) (const EVP_PKEY *pkey,