Searched refs:indent (Results 1 - 25 of 55) sorted by relevance

123

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
76 indent, "", indent + 2, "");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
89 indent, "", indent + 2, "");
98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
102 BIO_printf(out, "%*sKey Id: ", indent, "");
H A Dtasn_prn.c159 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
164 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
168 const ASN1_ITEM *it, int indent,
172 static int asn1_print_fsname(BIO *out, int indent,
176 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, argument
186 return asn1_item_print_ctx(out, &ifld, indent, it,
190 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, argument
205 parg.indent = indent;
215 if (!nohdr && !asn1_print_fsname(out, indent,
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
400 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
501 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, const ASN1_PCTX *pctx) argument
519 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
H A Da_strex.c379 /* Used for line indenting: print 'indent' spaces */
381 static int do_indent(char_io *io_ch, void *arg, int indent) argument
384 for(i = 0; i < indent; i++)
393 int indent, unsigned long flags)
405 if(indent < 0) indent = 0;
406 outlen = indent;
407 if(!do_indent(io_ch, arg, indent)) return -1;
422 indent = 0;
430 indent
392 do_name_ex(char_io *io_ch, void *arg, X509_NAME *n, int indent, unsigned long flags) argument
519 X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags) argument
527 X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags) argument
[all...]
H A Dasn1_par.c66 int indent);
68 int offset, int depth, int indent, int dump);
70 int indent)
81 BIO_indent(bp,indent,128);
102 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) argument
104 return(asn1_parse2(bp,&pp,len,0,0,indent,0));
107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) argument
109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
113 int depth, int indent, int dump)
125 dump_indent = indent;
69 asn1_print_info(BIO *bp, int tag, int xclass, int constructed, int indent) argument
112 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
[all...]
H A Dasn1_locl.h86 int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
91 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
103 int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
69 BIO_printf(out, "%*s", indent, "");
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
H A Dx_long.c74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
176 int indent, const ASN1_PCTX *pctx)
175 long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
118 return unknown_ext_print(out, ext, flag, indent, 0);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
151 X509V3_EXT_val_prn(out, nval, indent,
165 X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
198 unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
225 X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
[all...]
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
H A Dv3_crld.c69 int indent);
247 ASN1_BIT_STRING *rflags, int indent)
251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
430 int indent);
507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) argument
512 BIO_printf(out, "%*s", indent + 2, "");
519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) argument
523 BIO_printf(out, "%*sFull Name:\n", indent, "");
524 print_gens(out, dpn->name.fullname, indent);
246 print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent) argument
538 i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent) argument
563 i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent) argument
[all...]
H A Dv3_cpols.c70 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
72 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent);
73 static void print_notice(BIO *out, USERNOTICE *notice, int indent);
366 BIO *out, int indent)
373 BIO_printf(out, "%*sPolicy: ", indent, "");
377 print_qualifiers(out, pinfo->qualifiers, indent + 2);
383 int indent)
392 BIO_printf(out, "%*sCPS: %s\n", indent, "",
397 BIO_printf(out, "%*sUser Notice:\n", indent, "");
398 print_notice(out, qualinfo->d.usernotice, indent
[all...]
H A Dv3_ocsp.c72 BIO *out, int indent);
74 BIO *out, int indent);
76 int indent);
83 BIO *out, int indent);
86 void *nocheck, BIO *out, int indent);
246 BIO *out, int indent)
248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
256 BIO *out, int indent)
245 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) argument
255 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) argument
H A Dv3_pci.c43 BIO *out, int indent);
58 BIO *out, int indent)
60 BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
66 BIO_printf(out, "%*sPolicy Language: ", indent, "");
70 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
57 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) argument
H A Dv3_sxnet.c70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
105 int indent)
112 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
/barrelfish-2018-10-04/lib/tommath/
H A Ddep.pl94 $indent = 0;
110 if ($indent == 0) { }
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; }
116 ++$indent;
118 --$indent;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_dump.c78 void *u, const char *s, int len, int indent)
93 if (indent < 0)
94 indent = 0;
95 if (indent)
97 if (indent > 128) indent=128;
98 memset(str,' ',indent);
100 str[indent]='\0';
102 dump_width=DUMP_WIDTH_LESS_INDENT(indent);
169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) argument
77 BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), void *u, const char *s, int len, int indent) argument
183 BIO_dump_indent(BIO *bp, const char *s, int len, int indent) argument
[all...]
/barrelfish-2018-10-04/include/openssl/local/
H A Dasn1_locl.h86 int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
91 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
103 int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dengine.c132 static int util_flags(BIO *bio_out, unsigned int flags, const char *indent) argument
136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
209 BIO_printf(bio_out, "%s<no control commands>\n", indent);
249 /* Do an indent */
250 xpos = BIO_puts(bio_out, indent);
257 if((xpos > (int)strlen(indent)) &&
261 xpos = BIO_puts(bio_out, indent);
272 indent))
293 util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, BIO *bio_out, const char *indent) argument
352 const char *indent = " "; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dp_lib.c427 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, argument
430 BIO_indent(out, indent, 128);
437 int indent, ASN1_PCTX *pctx)
440 return pkey->ameth->pub_print(out, pkey, indent, pctx);
442 return unsup_alg(out, pkey, indent, "Public Key");
446 int indent, ASN1_PCTX *pctx)
449 return pkey->ameth->priv_print(out, pkey, indent, pctx);
451 return unsup_alg(out, pkey, indent, "Private Key");
455 int indent, ASN1_PCTX *pctx)
458 return pkey->ameth->param_print(out, pkey, indent, pct
436 EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
445 EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
454 EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_ameth.c316 static int do_dh_print(BIO *bp, const DH *x, int indent, argument
363 BIO_indent(bp, indent, 128);
366 indent += 4;
368 if (!ASN1_bn_print(bp,"private-key:",priv_key,m,indent)) goto err;
369 if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err;
371 if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err;
372 if (!ASN1_bn_print(bp,"generator:",x->g,m,indent)) goto err;
375 BIO_indent(bp, indent, 128);
446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
449 return do_dh_print(bp, pkey->pkey.dh, indent, ct
452 dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
458 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_prn.c69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) argument
71 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
72 indent += 2;
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Ddynamic.pl362 indent(Str, Indent, M),
373 indent(Str, Indent, M),
377 indent(Str, Indent, M),
382 indent(Str, Indent, M),
386 indent(Str, Indent, M),
390 indent(Str, Indent, M),
394 indent(Str, Indent, M),
398 indent(Str, Indent, M),
402 indent(Str, Indent, M),
406 indent(St
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ameth.c347 static int print_gost_94(BIO *out, const EVP_PKEY *pkey, int indent, argument
356 if (!BIO_indent(out,indent,128)) return 0;
370 BIO_indent(out,indent,128);
377 BIO_indent(out,indent,128);
382 static int param_print_gost94(BIO *out, const EVP_PKEY *pkey, int indent, argument
385 return print_gost_94(out, pkey, indent, pctx,0);
388 static int pub_print_gost94(BIO *out, const EVP_PKEY *pkey, int indent, argument
391 return print_gost_94(out,pkey, indent, pctx,1);
393 static int priv_print_gost94(BIO *out,const EVP_PKEY *pkey, int indent, argument
396 return print_gost_94(out,pkey,indent,pct
399 print_gost_01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx, int type) argument
458 param_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
463 pub_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
468 priv_print_gost01(BIO *out,const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_generation.pl37 indent( true, [] ),
50 indent( Format, Indent ),
56 indent( Format, Indent ),
60 indent( Format, Indent ),
65 indent( Format, Indent ),
70 indent( Format, Indent ),
101 indent( Format2, Indent ),
189 indent( false, _Indent ) --> [].
190 indent( true, Indent ) -->
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_ameth.c255 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
258 return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
262 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
265 return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);

Completed in 429 milliseconds

123