Home | History | Annotate | Download | only in evp

Lines Matching refs:indent

424 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent,
427 BIO_indent(out, indent, 128);
434 int indent, ASN1_PCTX *pctx)
437 return pkey->ameth->pub_print(out, pkey, indent, pctx);
439 return unsup_alg(out, pkey, indent, "Public Key");
443 int indent, ASN1_PCTX *pctx)
446 return pkey->ameth->priv_print(out, pkey, indent, pctx);
448 return unsup_alg(out, pkey, indent, "Private Key");
452 int indent, ASN1_PCTX *pctx)
455 return pkey->ameth->param_print(out, pkey, indent, pctx);
456 return unsup_alg(out, pkey, indent, "Parameters");