Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/apps/
HDs_socket.c139 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client() local
141 if (tmpbio == NULL) { in init_client()
145 BIO_free(tmpbio); in init_client()
283 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server() local
285 if (tmpbio == NULL) { in do_server()
290 BIO_free(tmpbio); in do_server()
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDasn_mime.c325 BIO *tmpbio; in asn1_output_data() local
363 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
365 sarg.ndef_bio = tmpbio; in asn1_output_data()