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

/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c82 BIO *ndef_bio; member in struct:ndef_aux_st
128 sarg.ndef_bio = NULL;
136 ndef_aux->ndef_bio = sarg.ndef_bio;
142 return sarg.ndef_bio;
226 sarg.ndef_bio = ndef_aux->ndef_bio;
H A Dasn_mime.c387 sarg.ndef_bio = NULL;
396 SMIME_crlf_copy(data, sarg.ndef_bio, flags);
404 while (sarg.ndef_bio != out) {
405 tmpbio = BIO_pop(sarg.ndef_bio);
406 BIO_free(sarg.ndef_bio);
407 sarg.ndef_bio = tmpbio;
H A Dasn1t.h745 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c94 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
95 if (!sarg->ndef_bio)
101 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_asn1.c322 sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
323 if (!sarg->ndef_bio)
329 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)

Completed in 113 milliseconds