Searched refs:old_priv_encode (Results 1 – 6 of 6) sorted by relevance
130 if (a->ameth && a->ameth->old_priv_encode) { in i2d_PrivateKey()131 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
135 int (*old_priv_encode)(const EVP_PKEY *pkey, unsigned char **pder); member
170 .old_priv_encode = old_hmac_encode
738 .old_priv_encode = old_dsa_priv_encode
1040 .old_priv_encode = old_ec_priv_encode,
1119 .old_priv_encode = old_rsa_priv_encode,