Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
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()
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()
/third_party/node/deps/openssl/openssl/crypto/asn1/
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()
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()
/third_party/openssl/ohos_lite/include/crypto/
Dasn1.h34 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpem_pkey.c389 if (!x->ameth || !x->ameth->param_encode) in PEM_write_fnsig()
393 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_fnsig()
/third_party/openssl/crypto/pem/
Dpem_pkey.c389 if (!x->ameth || !x->ameth->param_encode) in PEM_write_fnsig()
393 return PEM_ASN1_write_bio((i2d_of_void *)x->ameth->param_encode, in PEM_write_fnsig()
/third_party/node/deps/openssl/openssl/include/crypto/
Dasn1.h43 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/openssl/include/crypto/
Dasn1.h43 int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/openssl/doc/man3/
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 /
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1190 int (*param_encode) (const EVP_PKEY *pkey,
/third_party/openssl/include/openssl/
Devp.h1604 int (*param_encode) (const EVP_PKEY *pkey,
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1604 int (*param_encode) (const EVP_PKEY *pkey,