Searched refs:param_encode (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | ameth_lib.c | 269 dst->param_encode = src->param_encode; in EVP_PKEY_asn1_copy() 337 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param() 349 ameth->param_encode = param_encode; in EVP_PKEY_asn1_set_param()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | i2d_evp.c | 84 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 D | ameth_lib.c | 323 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
H A D | pem_pkey.c | 163 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
H A D | asn1.h | 34 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pem_pkey.c | 398 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | asn1.h | 43 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.pod | 70 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 /
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | evp.h | 1190 int (*param_encode) (const EVP_PKEY *pkey,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | evp.h | 1606 int (*param_encode) (const EVP_PKEY *pkey,
|