HomeSort by: relevance | last modified time | path
    Searched refs:getbio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/lib/
http_server.c 269 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; local
390 if ((getbio = BIO_new_mem_buf(url, len)) == NULL
397 getbio = BIO_push(b64, getbio);
467 req = ASN1_item_d2i_bio(it, getbio != NULL ? getbio : cbio, NULL);
482 BIO_free_all(getbio);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c 292 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; local
397 if ((getbio = BIO_new_mem_buf(url, len)) == NULL
405 getbio = BIO_push(b64, getbio);
475 req = ASN1_item_d2i_bio(it, getbio != NULL ? getbio : cbio, NULL);
490 BIO_free_all(getbio);
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 1369 BIO *cbio = NULL, *getbio = NULL, *b64 = NULL;
1429 if ((getbio = BIO_new_mem_buf(p, len)) == NULL
1435 getbio = BIO_push(b64, getbio);
1457 if (getbio != NULL) {
1458 req = d2i_OCSP_REQUEST_bio(getbio, NULL);
1459 BIO_free_all(getbio);

Completed in 22 milliseconds