Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_prn.c207 BIO *bio_tmp; in X509V3_EXT_print_fp() local
210 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
213 BIO_free(bio_tmp); in X509V3_EXT_print_fp()
/third_party/openssl/crypto/x509/
H A Dv3_prn.c207 BIO *bio_tmp; in X509V3_EXT_print_fp() local
210 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
213 BIO_free(bio_tmp); in X509V3_EXT_print_fp()

Completed in 1 milliseconds