Home
last modified time | relevance | path

Searched refs:old_priv_encode (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/asn1/
Di2d_evp.c106 if (a->ameth != NULL && a->ameth->old_priv_encode != NULL) { in i2d_PrivateKey()
107 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Di2d_evp.c106 if (a->ameth != NULL && a->ameth->old_priv_encode != NULL) { in i2d_PrivateKey()
107 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
/third_party/openssl/ohos_lite/include/crypto/
Dasn1.h48 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/node/deps/openssl/openssl/include/crypto/
Dasn1.h57 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/openssl/include/crypto/
Dasn1.h57 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod266 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder);
268 The old_priv_decode() and old_priv_encode() methods decode / encode
273 old_priv_encode() MUST the return same kind of values as
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpem_pkey.c356 if (x->ameth == NULL || x->ameth->old_priv_encode == NULL) { in PEM_write_bio_PrivateKey_traditional()
/third_party/openssl/crypto/pem/
Dpem_pkey.c356 if (x->ameth == NULL || x->ameth->old_priv_encode == NULL) { in PEM_write_bio_PrivateKey_traditional()