Searched refs:bio_tmp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_prn.c251 BIO *bio_tmp; local
253 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)))
255 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
256 BIO_free(bio_tmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_prn.c227 BIO *bio_tmp; local
229 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
230 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
231 BIO_free(bio_tmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_prn.c251 BIO *bio_tmp; local
253 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)))
255 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent);
256 BIO_free(bio_tmp);

Completed in 93 milliseconds