Lines Matching refs:fp
4530 BIO *fp = NULL; local
4615 fp = BIO_new_mem_buf(conn_config->issuercert_blob->data,
4617 if(!fp) {
4629 fp = BIO_new(BIO_s_file());
4630 if(!fp) {
4641 if(BIO_read_filename(fp, conn_config->issuercert) <= 0) {
4645 BIO_free(fp);
4652 issuer = PEM_read_bio_X509(fp, NULL, ZERO_NULL, NULL);
4657 BIO_free(fp);
4668 BIO_free(fp);
4677 BIO_free(fp);