Searched refs:bio (Results 1 – 2 of 2) sorted by relevance
183 BIO *bio; in https_add_ssl_entries() local184 if (NULL != (bio = BIO_new(BIO_s_mem()))) { in https_add_ssl_entries()188 PEM_write_bio_X509(bio, xs); in https_add_ssl_entries()189 n = BIO_pending(bio); in https_add_ssl_entries()197 BIO_read(bio, envds->value->ptr, n); in https_add_ssl_entries()198 BIO_free(bio); in https_add_ssl_entries()
612 BIO *bio; local757 bio = BIO_new_file((char *) s->ssl_dh_file->ptr, "r");758 if (bio == NULL) {762 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);763 BIO_free(bio);