Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
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()
471 req = ASN1_item_d2i_bio(it, getbio != NULL ? getbio : cbio, NULL); in http_server_get_asn1_req()
486 BIO_free_all(getbio); in http_server_get_asn1_req()

Completed in 2 milliseconds