Home
last modified time | relevance | path

Searched refs:sarg (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/asn1/
H A Dbio_ndef.c63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
196 ASN1_STREAM_ARG sarg; in ndef_suffix() local
206 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
207 sarg.out = ndef_aux->out; in ndef_suffix()
[all …]
H A Dasn_mime.c346 ASN1_STREAM_ARG sarg; in asn1_output_data() local
362 sarg.out = out; in asn1_output_data()
363 sarg.ndef_bio = NULL; in asn1_output_data()
364 sarg.boundary = NULL; in asn1_output_data()
368 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
372 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags)) in asn1_output_data()
376 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
381 while (sarg.ndef_bio != out) { in asn1_output_data()
382 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
383 BIO_free(sarg.ndef_bio); in asn1_output_data()
[all …]
/openssl/crypto/pkcs7/
H A Dpk7_asn1.c36 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
47 if (!sarg->ndef_bio) in pk7_cb()
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/openssl/crypto/cms/
H A Dcms_asn1.c308 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
317 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
321 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
322 if (!sarg->ndef_bio) in cms_cb()
328 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()
/openssl/ssl/
H A Dt1_lib.c2886 sig_cb_st *sarg = arg; in sig_cb() local
2900 if (sarg->sigalgcnt == TLS_MAX_SIGALGCNT) in sig_cb()
2918 if (sarg->ctx != NULL) { in sig_cb()
2924 sarg->sigalgs[sarg->sigalgcnt++] = in sig_cb()
2925 sarg->ctx->sigalg_list[i].code_point; in sig_cb()
2931 if (sarg->ctx == NULL || i == sarg->ctx->sigalg_list_len) { in sig_cb()
2935 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2958 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2969 for (i = 0; i < sarg->sigalgcnt - 1; i++) { in sig_cb()
2970 if (sarg->sigalgs[i] == sarg->sigalgs[sarg->sigalgcnt - 1]) { in sig_cb()
[all …]

Completed in 28 milliseconds