Searched refs:derbio (Results 1 – 1 of 1) sorted by relevance
2418 BIO *derbio = NULL; in OpenSSL_CreateOCSPRequest() local2457 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() local2690 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 …]