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

/macosx-10.10/OpenSSL098-52/src/apps/
H A Dciphers.c96 BIO *STDout=NULL; local
110 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
114 STDout = BIO_push(tmpbio, STDout);
177 if (i != 0) BIO_printf(STDout,":");
178 BIO_printf(STDout,"%s",p);
180 BIO_printf(STDout,"\n");
188 BIO_puts(STDout,SSL_CIPHER_description(
204 if (STDout != NULL) BIO_free_all(STDout);
[all...]
H A Dx509.c173 BIO *STDout=NULL; local
212 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
216 STDout = BIO_push(tmpbio, STDout);
271 BIO_printf(STDout,"bad number of days\n");
703 print_name(STDout, "issuer= ",
708 print_name(STDout, "subject= ",
713 BIO_printf(STDout,"serial=");
714 i2a_ASN1_INTEGER(STDout,
716 BIO_printf(STDout,"\
[all...]

Completed in 210 milliseconds