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

/external/openssl/crypto/asn1/
H A Dbio_ndef.c87 BIO *ndef_bio; member in struct:ndef_aux_st
131 sarg.ndef_bio = NULL;
139 ndef_aux->ndef_bio = sarg.ndef_bio;
145 return sarg.ndef_bio;
224 sarg.ndef_bio = ndef_aux->ndef_bio;
H A Dasn_mime.c399 sarg.ndef_bio = NULL;
408 SMIME_crlf_copy(data, sarg.ndef_bio, flags);
416 while (sarg.ndef_bio != out)
418 tmpbio = BIO_pop(sarg.ndef_bio);
419 BIO_free(sarg.ndef_bio);
420 sarg.ndef_bio = tmpbio;
H A Dasn1t.h743 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st
/external/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)
/external/openssl/include/openssl/
H A Dasn1t.h743 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st

Completed in 352 milliseconds