Home | History | Annotate | Download | only in asn1

Lines Matching defs:sarg

379 	ASN1_STREAM_ARG sarg;
398 sarg.out = out;
399 sarg.ndef_bio = NULL;
400 sarg.boundary = NULL;
404 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
408 SMIME_crlf_copy(data, sarg.ndef_bio, flags);
411 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
416 while (sarg.ndef_bio != out)
418 tmpbio = BIO_pop(sarg.ndef_bio);
419 BIO_free(sarg.ndef_bio);
420 sarg.ndef_bio = tmpbio;