Searched refs:ndef_bio (Results 1 – 5 of 5) sorted by relevance
91 BIO *ndef_bio; member152 sarg.ndef_bio = NULL; in BIO_new_NDEF()160 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()164 return sarg.ndef_bio; in BIO_new_NDEF()250 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
397 sarg.ndef_bio = NULL; in asn1_output_data()406 SMIME_crlf_copy(data, sarg.ndef_bio, flags); in asn1_output_data()414 while (sarg.ndef_bio != out) { in asn1_output_data()415 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()416 BIO_free(sarg.ndef_bio); in asn1_output_data()417 sarg.ndef_bio = tmpbio; in asn1_output_data()
731 BIO *ndef_bio; member
169 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()170 if (!sarg->ndef_bio) in pk7_cb()176 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
1349 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()1350 if (!sarg->ndef_bio) in cms_cb()1356 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()