Home
last modified time | relevance | path

Searched refs:cbio (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/openssl/
Docsp.c99 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
100 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
794 BIO *acbio = NULL, *cbio = NULL; in ocsp_main() local
899 if (!do_responder(&cfg.req, &cbio, acbio, in ocsp_main()
905 send_ocsp_response(cbio, resp); in ocsp_main()
976 if (cbio) in ocsp_main()
977 send_ocsp_response(cbio, resp); in ocsp_main()
1030 if (cbio) { in ocsp_main()
1035 BIO_free_all(cbio); in ocsp_main()
1036 cbio = NULL; in ocsp_main()
[all …]
/openbsd/src/regress/lib/libssl/interop/
Dserver.c49 BIO *abio, *cbio; in main() local
260 cbio = BIO_pop(abio); in main()
262 print_sockname(cbio); in main()
264 print_peername(cbio); in main()
270 SSL_set_bio(ssl, cbio, cbio); in main()