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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c89 static BIO *BIO_open_with_default(const char *file, const char *mode,
450 if (!digest && !(data_bio = BIO_open_with_default(data, "rb", stdin)))
460 if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
486 static BIO *BIO_open_with_default(const char *file, const char *mode, function
688 if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c89 static BIO *BIO_open_with_default(const char *file, const char *mode,
450 if (!digest && !(data_bio = BIO_open_with_default(data, "rb", stdin)))
460 if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)
486 static BIO *BIO_open_with_default(const char *file, const char *mode, function
688 if ((out_bio = BIO_open_with_default(out, "wb", stdout)) == NULL)

Completed in 42 milliseconds