Searched refs:old_priv_encode (Results 1 – 2 of 2) sorted by relevance
69 if (a->ameth && a->ameth->old_priv_encode) in i2d_PrivateKey()71 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
134 int (*old_priv_encode)(const EVP_PKEY *pkey, uint8_t **pder); member