do_pk8pkey
return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u);
ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);
static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid,
return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);