Lines Matching refs:sigopts
94 STACK_OF(OPENSSL_STRING) *sigopts,
106 STACK_OF(OPENSSL_STRING) *sigopts,
116 STACK_OF(OPENSSL_STRING) *sigopts,
124 const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
271 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in ca_main()
407 if (sigopts == NULL) in ca_main()
408 sigopts = sk_OPENSSL_STRING_new_null(); in ca_main()
409 if (sigopts == NULL || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in ca_main()
967 j = certify_spkac(&x, spkac_file, pkey, x509, dgst, sigopts, in ca_main()
988 x509, dgst, sigopts, vfyopts, attribs, in ca_main()
1009 sigopts, vfyopts, attribs, db, in ca_main()
1029 sigopts, vfyopts, in ca_main()
1298 if (!do_X509_CRL_sign(crl, pkey, dgst, sigopts)) in ca_main()
1358 sk_OPENSSL_STRING_free(sigopts); in ca_main()
1380 STACK_OF(OPENSSL_STRING) *sigopts, in certify()
1424 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify()
1438 STACK_OF(OPENSSL_STRING) *sigopts, in certify_cert()
1481 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_cert()
1493 const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in do_body()
1936 if (!do_X509_sign(ret, pkey, dgst, sigopts, &ext_ctx)) in do_body()
1995 STACK_OF(OPENSSL_STRING) *sigopts, in certify_spkac()
2111 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_spkac()