Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2418 BIO *derbio = NULL; in OpenSSL_CreateOCSPRequest() local
2457 derbio = BIO_new_file(reqfile, "wb"); in OpenSSL_CreateOCSPRequest()
2458 if (!derbio) { in OpenSSL_CreateOCSPRequest()
2463 if (i2d_OCSP_REQUEST_bio(derbio, req) <= 0) { in OpenSSL_CreateOCSPRequest()
2476 if (derbio != NULL) { in OpenSSL_CreateOCSPRequest()
2477 (void) BIO_free(derbio); in OpenSSL_CreateOCSPRequest()
2644 BIO *derbio = NULL; in OpenSSL_GetOCSPStatusForCert() local
2690 derbio = BIO_new_mem_buf(response->Data, response->Length); in OpenSSL_GetOCSPStatusForCert()
2691 if (!derbio) { in OpenSSL_GetOCSPStatusForCert()
2696 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL); in OpenSSL_GetOCSPStatusForCert()
[all …]