d2i_PrivateKey
return d2i_PrivateKey(keytype, a, pp, length);
if (!d2i_PrivateKey(ptype, pp, &p,
ret = d2i_PrivateKey(ameth->pkey_id, x, &p, len);
EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
if ((pkey = d2i_PrivateKey(type, NULL, &d, (long)len)) == NULL) {
if ((pkey = d2i_PrivateKey(type, NULL, &d, (long)len)) == NULL) {