Home
last modified time | relevance | path

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

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