Home
last modified time | relevance | path

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

/scripts/
Dsign-file.c142 CMS_ContentInfo *cms; in main() local
259 cms = CMS_sign(NULL, NULL, NULL, NULL, in main()
261 ERR(!cms, "CMS_sign"); in main()
263 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, in main()
267 ERR(CMS_final(cms, bm, NULL, CMS_NOCERTS | CMS_BINARY) < 0, in main()
285 ERR(i2d_CMS_bio_stream(b, cms, NULL, 0) < 0, in main()
307 ERR(i2d_CMS_bio_stream(bd, cms, NULL, 0) < 0, "%s", dest_name); in main()