Searched refs:bio_out (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dprime.c69 BIO *bio_out; local
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
114 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
118 bio_out = BIO_push(tmpbio, bio_out);
135 BIO_printf(bio_out,"%s\n",s);
145 BN_print(bio_out,bn);
146 BIO_printf(bio_out," is %sprime\n",
151 BIO_free_all(bio_out);
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);
139 BIO_printf(bio_out, "<no flags>\n");
146 BIO_printf(bio_out, "[Internal] ");
151 BIO_printf(bio_out, "NUMERIC");
162 BIO_printf(bio_out, "|");
165 BIO_printf(bio_out, "STRING");
172 BIO_printf(bio_out, "|");
175 BIO_printf(bio_out, "NO_INPUT");
185 if(started) BIO_printf(bio_out, "|");
194 util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
293 util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, BIO *bio_out, const char *indent) argument
351 BIO *bio_out=NULL; local
[all...]
H A Dcrl.c97 static BIO *bio_out=NULL; variable
130 if (bio_out == NULL)
131 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
133 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
137 bio_out = BIO_push(tmpbio, bio_out);
285 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag);
292 BIO_printf(bio_out,"crlNumber=");
295 i2a_ASN1_INTEGER(bio_out, crlnum);
299 BIO_puts(bio_out, "<NON
[all...]
/external/openssl/apps/
H A Dprime.c69 BIO *bio_out; local
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
114 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
118 bio_out = BIO_push(tmpbio, bio_out);
135 BIO_printf(bio_out,"%s\n",s);
145 BN_print(bio_out,bn);
146 BIO_printf(bio_out," is %sprime\n",
151 BIO_free_all(bio_out);
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);
139 BIO_printf(bio_out, "<no flags>\n");
146 BIO_printf(bio_out, "[Internal] ");
151 BIO_printf(bio_out, "NUMERIC");
162 BIO_printf(bio_out, "|");
165 BIO_printf(bio_out, "STRING");
172 BIO_printf(bio_out, "|");
175 BIO_printf(bio_out, "NO_INPUT");
185 if(started) BIO_printf(bio_out, "|");
194 util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
293 util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, BIO *bio_out, const char *indent) argument
351 BIO *bio_out=NULL; local
[all...]
H A Dcrl.c100 static BIO *bio_out=NULL; variable
136 if (bio_out == NULL)
137 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
139 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
143 bio_out = BIO_push(tmpbio, bio_out);
295 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag);
302 BIO_printf(bio_out,"crlNumber=");
305 i2a_ASN1_INTEGER(bio_out, crlnum);
309 BIO_puts(bio_out, "<NON
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Dverify.c70 BIO *bio_out=NULL; variable
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
191 BIO_printf(bio_out,"Signed time:");
192 ASN1_UTCTIME_print(bio_out,tm);
194 BIO_printf(bio_out,"\n");
198 BIO_printf(bio_out,"String 1 is %s\n",str1);
199 BIO_printf(bio_out,"String 2 is %s\n",str2);
/external/openssl/crypto/pkcs7/
H A Dverify.c70 BIO *bio_out=NULL; variable
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
191 BIO_printf(bio_out,"Signed time:");
192 ASN1_UTCTIME_print(bio_out,tm);
194 BIO_printf(bio_out,"\n");
198 BIO_printf(bio_out,"String 1 is %s\n",str1);
199 BIO_printf(bio_out,"String 2 is %s\n",str2);

Completed in 143 milliseconds