Home | History | Annotate | Download | only in asn1

Lines Matching defs:out

34  *    The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
72 * The data is streamed out and does *not* need to be
76 * signatures etc written out.
94 BIO *out;
106 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
123 out = BIO_push(asn_bio, out);
125 if (!ndef_aux || !asn_bio || !out)
135 sarg.out = out;
146 ndef_aux->out = out;
233 sarg.out = ndef_aux->out;