Searched refs:tmpbio (Results 1 – 2 of 2) sorted by relevance
139 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client() local141 if (tmpbio == NULL) { in init_client()145 BIO_free(tmpbio); in init_client()273 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server() local275 if (tmpbio == NULL) { in do_server()280 BIO_free(tmpbio); in do_server()
317 BIO *tmpbio; in asn1_output_data() local355 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()357 sarg.ndef_bio = tmpbio; in asn1_output_data()