Home
last modified time | relevance | path

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.c2415 BIO *derbio = NULL; in OpenSSL_CreateOCSPRequest() local
2454 derbio = BIO_new_file(reqfile, "wb"); in OpenSSL_CreateOCSPRequest()
2455 if (!derbio) { in OpenSSL_CreateOCSPRequest()
2460 if (i2d_OCSP_REQUEST_bio(derbio, req) <= 0) { in OpenSSL_CreateOCSPRequest()
2473 if (derbio != NULL) { in OpenSSL_CreateOCSPRequest()
2474 (void) BIO_free(derbio); in OpenSSL_CreateOCSPRequest()
2681 BIO *derbio = NULL; in OpenSSL_GetOCSPStatusForCert() local
2728 if (!derbio) { in OpenSSL_GetOCSPStatusForCert()
2733 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in OpenSSL_GetOCSPStatusForCert()
2834 if (derbio != NULL) in OpenSSL_GetOCSPStatusForCert()
[all …]