Searched refs:STDout (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Dciphers.c97 BIO *STDout=NULL; local
111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
115 STDout = BIO_push(tmpbio, STDout);
182 if (i != 0) BIO_printf(STDout,":");
183 BIO_printf(STDout,"%s",p);
185 BIO_printf(STDout,"\n");
206 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
208 BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */
210 BIO_printf(STDout, "
[all...]
H A Dx509.c181 BIO *STDout=NULL; local
223 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
227 STDout = BIO_push(tmpbio, STDout);
291 BIO_printf(STDout,"bad number of days\n");
731 print_name(STDout, "issuer= ",
736 print_name(STDout, "subject= ",
741 BIO_printf(STDout,"serial=");
742 i2a_ASN1_INTEGER(STDout,
744 BIO_printf(STDout,"\
[all...]

Completed in 105 milliseconds