Home
last modified time | relevance | path

Searched refs:sarg (Results 1 – 4 of 4) sorted by relevance

/crypto/asn1/
A Dbio_ndef.c63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
196 ASN1_STREAM_ARG sarg; in ndef_suffix() local
206 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
207 sarg.out = ndef_aux->out; in ndef_suffix()
[all …]
A Dasn_mime.c378 ASN1_STREAM_ARG sarg; in asn1_output_data() local
394 sarg.out = out; in asn1_output_data()
395 sarg.ndef_bio = NULL; in asn1_output_data()
396 sarg.boundary = NULL; in asn1_output_data()
400 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
404 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags)) in asn1_output_data()
408 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
413 while (sarg.ndef_bio != out) { in asn1_output_data()
414 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
415 BIO_free(sarg.ndef_bio); in asn1_output_data()
[all …]
/crypto/pkcs7/
A Dpk7_asn1.c36 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
47 if (!sarg->ndef_bio) in pk7_cb()
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/crypto/cms/
A Dcms_asn1.c368 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
377 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
381 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
382 if (!sarg->ndef_bio) in cms_cb()
388 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()

Completed in 15 milliseconds