Searched refs:priv_in (Results 1 – 2 of 2) sorted by relevance
45 BIO *priv_in = NULL; in client_cert_cb() local57 || !TEST_ptr(priv_in = BIO_new_file(privkey, "r")) in client_cert_cb()58 || !TEST_ptr(privpkey = PEM_read_bio_PrivateKey_ex(priv_in, NULL, in client_cert_cb()67 BIO_free(priv_in); in client_cert_cb()72 BIO_free(priv_in); in client_cert_cb()
9007 BIO *priv_in = NULL; in client_cert_cb() local9019 || !TEST_ptr(priv_in = BIO_new_file(privkey, "r")) in client_cert_cb()9020 || !TEST_ptr(privpkey = PEM_read_bio_PrivateKey_ex(priv_in, NULL, in client_cert_cb()9029 BIO_free(priv_in); in client_cert_cb()9034 BIO_free(priv_in); in client_cert_cb()
Completed in 29 milliseconds