HomeSort by relevance Sort by last modified time
    Searched refs:ndef_bio (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
bio_ndef.c 92 BIO *ndef_bio; member in struct:ndef_aux_st
136 sarg.ndef_bio = NULL;
144 ndef_aux->ndef_bio = sarg.ndef_bio;
150 return sarg.ndef_bio;
229 sarg.ndef_bio = ndef_aux->ndef_bio;
  /external/openssl/crypto/asn1/
bio_ndef.c 87 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;
asn_mime.c 399 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;
asn1t.h 743 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 94 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
95 if (!sarg->ndef_bio)
101 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0)
  /external/openssl/crypto/cms/
cms_asn1.c 331 sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
332 if (!sarg->ndef_bio)
338 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0)
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 690 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st
  /external/openssl/include/openssl/
asn1t.h 743 BIO *ndef_bio; member in struct:ASN1_STREAM_ARG_st

Completed in 312 milliseconds