Lines Matching refs:cms
71 CMS_ContentInfo *cms; in cms_DigestedData_create() local
74 cms = CMS_ContentInfo_new(); in cms_DigestedData_create()
75 if (cms == NULL) in cms_DigestedData_create()
83 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest); in cms_DigestedData_create()
84 cms->d.digestedData = dd; in cms_DigestedData_create()
92 return cms; in cms_DigestedData_create()
95 CMS_ContentInfo_free(cms); in cms_DigestedData_create()
101 cms_DigestedData_init_bio(CMS_ContentInfo *cms) in cms_DigestedData_init_bio() argument
105 dd = cms->d.digestedData; in cms_DigestedData_init_bio()
111 cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) in cms_DigestedData_do_final() argument
124 dd = cms->d.digestedData; in cms_DigestedData_do_final()