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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c101 BIO *asn_bio = NULL; local
110 asn_bio = BIO_new(BIO_f_asn1());
114 out = BIO_push(asn_bio, out);
116 if (!ndef_aux || !asn_bio || !out)
119 BIO_asn1_set_prefix(asn_bio, ndef_prefix, ndef_prefix_free);
120 BIO_asn1_set_suffix(asn_bio, ndef_suffix, ndef_suffix_free);
141 BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);
146 if (asn_bio)
147 BIO_free(asn_bio);

Completed in 130 milliseconds