Home
last modified time | relevance | path

Searched refs:getbio (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c289 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; in http_server_get_asn1_req() local
394 if ((getbio = BIO_new_mem_buf(url, len)) == NULL in http_server_get_asn1_req()
402 getbio = BIO_push(b64, getbio); in http_server_get_asn1_req()
472 req = ASN1_item_d2i_bio(it, getbio != NULL ? getbio : cbio, NULL); in http_server_get_asn1_req()
487 BIO_free_all(getbio); in http_server_get_asn1_req()
/third_party/openssl/apps/lib/
H A Dhttp_server.c289 BIO *cbio = *pcbio, *getbio = NULL, *b64 = NULL; in http_server_get_asn1_req() local
394 if ((getbio = BIO_new_mem_buf(url, len)) == NULL in http_server_get_asn1_req()
402 getbio = BIO_push(b64, getbio); in http_server_get_asn1_req()
472 req = ASN1_item_d2i_bio(it, getbio != NULL ? getbio : cbio, NULL); in http_server_get_asn1_req()
487 BIO_free_all(getbio); in http_server_get_asn1_req()

Completed in 2 milliseconds