Searched refs:cbio (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 1209 BIO *cbio, *mem; in ocsp_verify() local 1272 if ((cbio = BIO_new_connect(proxy->hostname)) == NULL) { in ocsp_verify() 1282 (void) BIO_set_conn_int_port(cbio, &port); in ocsp_verify() 1283 if (BIO_do_connect(cbio) <= 0) { in ocsp_verify() 1290 if ((cbio = BIO_new_connect(host)) == NULL) { in ocsp_verify() 1295 (void) BIO_set_conn_int_port(cbio, &port); in ocsp_verify() 1296 if (BIO_do_connect(cbio) <= 0) { in ocsp_verify() 1309 retval = BIO_printf(cbio, OCSP_REQUEST_FORMAT, uri, len); in ocsp_verify() 1311 retval = BIO_printf(cbio, OCSP_REQUEST_FORMAT, path, len); in ocsp_verify() 1320 if (i2d_OCSP_REQUEST_bio(cbio, req) <= 0) { in ocsp_verify() [all …]
|