Lines Matching refs:sigopts

92                    const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
101 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
110 STACK_OF(OPENSSL_STRING) *sigopts,
118 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
236 STACK_OF(OPENSSL_STRING) *sigopts = NULL; in ca_main()
352 if (sigopts == NULL) in ca_main()
353 sigopts = sk_OPENSSL_STRING_new_null(); in ca_main()
354 if (sigopts == NULL || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in ca_main()
873 j = certify_spkac(&x, spkac_file, pkey, x509, dgst, sigopts, in ca_main()
893 j = certify_cert(&x, ss_cert_file, pkey, x509, dgst, sigopts, in ca_main()
914 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db, in ca_main()
933 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db, in ca_main()
1190 if (!do_X509_CRL_sign(crl, pkey, dgst, sigopts)) in ca_main()
1247 sk_OPENSSL_STRING_free(sigopts); in ca_main()
1266 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify()
1323 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify()
1335 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify_cert()
1376 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_cert()
1388 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in do_body()
1856 if (!do_X509_sign(ret, pkey, dgst, sigopts)) in do_body()
1915 STACK_OF(OPENSSL_STRING) *sigopts, in certify_spkac()
2035 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_spkac()