Home
last modified time | relevance | path

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

/openssl/test/
H A Dca_internals_test.c25 BIO *bio_tmp; in test_do_updatedb() local
61 bio_tmp = bio_err; in test_do_updatedb()
64 bio_err = bio_tmp; in test_do_updatedb()
/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 6 milliseconds