HomeSort by: relevance | last modified time | path
    Searched refs:ndef_bio (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
bio_ndef.c 36 BIO *ndef_bio; member in struct:ndef_aux_st
92 sarg.ndef_bio = NULL;
115 ndef_aux->ndef_bio = sarg.ndef_bio;
119 return sarg.ndef_bio;
206 sarg.ndef_bio = ndef_aux->ndef_bio;
asn_mime.c 377 sarg.ndef_bio = NULL;
386 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags))
395 while (sarg.ndef_bio != out) {
396 tmpbio = BIO_pop(sarg.ndef_bio);
397 BIO_free(sarg.ndef_bio);
398 sarg.ndef_bio = tmpbio;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
bio_ndef.c 36 BIO *ndef_bio; member in struct:ndef_aux_st
92 sarg.ndef_bio = NULL;
115 ndef_aux->ndef_bio = sarg.ndef_bio;
119 return sarg.ndef_bio;
208 sarg.ndef_bio = ndef_aux->ndef_bio;
asn_mime.c 345 sarg.ndef_bio = NULL;
354 SMIME_crlf_copy(data, sarg.ndef_bio, flags);
362 while (sarg.ndef_bio != out) {
363 tmpbio = BIO_pop(sarg.ndef_bio);
364 BIO_free(sarg.ndef_bio);
365 sarg.ndef_bio = tmpbio;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
bio_ndef.c 36 BIO *ndef_bio; member in struct:ndef_aux_st
92 sarg.ndef_bio = NULL;
115 ndef_aux->ndef_bio = sarg.ndef_bio;
119 return sarg.ndef_bio;
208 sarg.ndef_bio = ndef_aux->ndef_bio;
asn_mime.c 365 sarg.ndef_bio = NULL;
374 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags))
383 while (sarg.ndef_bio != out) {
384 tmpbio = BIO_pop(sarg.ndef_bio);
385 BIO_free(sarg.ndef_bio);
386 sarg.ndef_bio = tmpbio;
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_asn1.c 46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
47 if (!sarg->ndef_bio)
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_asn1.c 46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
47 if (!sarg->ndef_bio)
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_asn1.c 45 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
46 if (!sarg->ndef_bio)
52 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_asn1.c 304 sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
305 if (!sarg->ndef_bio)
311 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_asn1.c 320 sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
321 if (!sarg->ndef_bio)
327 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_asn1.c 297 sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
298 if (!sarg->ndef_bio)
304 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1t.h.in 714 BIO *ndef_bio;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1t.h.in 725 BIO *ndef_bio;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1t.h 740 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st

Completed in 33 milliseconds