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

/freebsd-11-stable/crypto/openssl/apps/
H A Dciphers.c100 BIO *STDout = NULL; local
108 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
112 STDout = BIO_push(tmpbio, STDout);
178 BIO_printf(STDout, ":");
179 BIO_printf(STDout, "%s", p);
181 BIO_printf(STDout, "\n");
200 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1,
204 BIO_printf(STDout, " 0x%02X,0x%02X - ", id2,
208 BIO_printf(STDout, "
[all...]
H A Dx509.c187 BIO *STDout = NULL; local
232 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
236 STDout = BIO_push(tmpbio, STDout);
714 print_name(STDout, "issuer= ",
717 print_name(STDout, "subject= ",
720 BIO_printf(STDout, "serial=");
721 i2a_ASN1_INTEGER(STDout, X509_get_serialNumber(x));
722 BIO_printf(STDout, "\n");
747 BIO_printf(STDout, "
[all...]

Completed in 137 milliseconds