Lines Matching refs:indent
433 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent,
436 BIO_indent(out, indent, 128);
443 int indent, ASN1_PCTX *pctx)
446 return pkey->ameth->pub_print(out, pkey, indent, pctx);
448 return unsup_alg(out, pkey, indent, "Public Key");
452 int indent, ASN1_PCTX *pctx)
455 return pkey->ameth->priv_print(out, pkey, indent, pctx);
457 return unsup_alg(out, pkey, indent, "Private Key");
461 int indent, ASN1_PCTX *pctx)
464 return pkey->ameth->param_print(out, pkey, indent, pctx);
465 return unsup_alg(out, pkey, indent, "Parameters");