Lines Matching refs:cont
106 BIO *cont;
113 cont = CMS_dataInit(cms, NULL);
114 if (cont == NULL)
116 r = cms_copy_content(out, cont, flags);
117 BIO_free_all(cont);
144 BIO *cont;
155 cont = CMS_dataInit(cms, dcont);
156 if (cont == NULL)
159 r = cms_copy_content(out, cont, flags);
161 r = ossl_cms_DigestedData_do_final(cms, cont, 1);
162 do_free_upto(cont, dcont);
202 BIO *cont;
215 cont = CMS_dataInit(cms, dcont);
216 if (cont == NULL)
218 r = cms_copy_content(out, cont, flags);
219 do_free_upto(cont, dcont);
862 BIO *cont;
880 cont = CMS_dataInit(cms, dcont);
881 if (cont == NULL)
883 r = cms_copy_content(out, cont, flags);
884 do_free_upto(cont, dcont);
923 BIO *cont;
934 cont = CMS_dataInit(cms, dcont);
935 if (cont == NULL)
937 r = cms_copy_content(out, cont, flags);
938 do_free_upto(cont, dcont);