Searched refs:derbio (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2416 BIO *derbio = NULL; local
2455 derbio = BIO_new_file(reqfile, "wb");
2456 if (!derbio) {
2461 if (i2d_OCSP_REQUEST_bio(derbio, req) <= 0) {
2474 if (derbio != NULL) {
2475 (void) BIO_free(derbio);
2642 BIO *derbio = NULL; local
2688 derbio = BIO_new_mem_buf(response->Data, response->Length);
2689 if (!derbio) {
2694 resp = d2i_OCSP_RESPONSE_bio(derbio, NUL
[all...]

Completed in 64 milliseconds