HomeSort by relevance Sort by last modified time
    Searched refs:STDout (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
ciphers.c 97 BIO *STDout=NULL;
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 *
    [all...]
x509.c 98 " -out arg - output file - default stdout\n",
179 BIO *STDout=NULL;
221 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
225 STDout = BIO_push(tmpbio, STDout);
280 BIO_printf(STDout,"bad number of days\n");
675 BIO_set_fp(out,stdout,BIO_NOCLOSE);
722 print_name(STDout, "issuer= ",
727 print_name(STDout, "subject= "
    [all...]

Completed in 675 milliseconds