Searched refs:old_priv_encode (Results 1 – 5 of 5) sorted by relevance
19 if (a->ameth && a->ameth->old_priv_encode) { in i2d_PrivateKey()20 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
262 dst->old_priv_encode = src->old_priv_encode; in EVP_PKEY_asn1_copy()
48 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
266 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder);268 The old_priv_decode() and old_priv_encode() methods decode / encode273 old_priv_encode() MUST the return same kind of values as
112 if (x->ameth == NULL || x->ameth->old_priv_encode == NULL) { in PEM_write_bio_PrivateKey_traditional()