Searched defs:bioS (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_ssl.c80 BIO *bioS; local
84 if ((bioS=BIO_new_file(filename, "r")) == NULL)
86 rc = PEM_read_bio_PrivateKey(bioS, key, cb, s);
87 BIO_free(bioS);
91 if ((bioS = BIO_new_file(filename, "r")) == NULL)
95 BIO_free(bioS);
98 bioS = BIO_push(bioF, bioS);
99 rc = d2i_PrivateKey_bio(bioS, NULL);
100 BIO_free_all(bioS);
[all...]

Completed in 626 milliseconds