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