Lines Matching refs:dgst
95 const char *dgst,
107 const char *dgst,
117 X509 *x509, const char *dgst,
126 const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
282 char *dgst = NULL, *policy = NULL, *keyfile = NULL; in ca_main() local
378 dgst = opt_arg(); in ca_main()
804 dgst = NULL; in ca_main()
805 } else if (dgst == NULL in ca_main()
806 && (dgst = lookup_conf(conf, section, ENV_DEFAULT_MD)) == NULL in ca_main()
810 if (strcmp(dgst, "default") == 0 || strcmp(def_dgst, "UNDEF") == 0) { in ca_main()
815 dgst = def_dgst; in ca_main()
829 BIO_printf(bio_err, "message digest is %s\n", dgst); in ca_main()
932 j = certify_spkac(&x, spkac_file, pkey, x509, dgst, sigopts, in ca_main()
953 x509, dgst, sigopts, vfyopts, attribs, in ca_main()
973 j = certify(&x, infile, informat, pkey, x509p, dgst, in ca_main()
993 j = certify(&x, argv[i], informat, pkey, x509p, dgst, in ca_main()
1255 if (!do_X509_CRL_sign(crl, pkey, dgst, sigopts)) in ca_main()
1336 const char *dgst, in certify() argument
1381 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify()
1394 const char *dgst, in certify_cert() argument
1438 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_cert()
1450 const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in do_body() argument
1902 if (!do_X509_sign(ret, 0, pkey, dgst, sigopts, &ext_ctx)) in do_body()
1960 X509 *x509, const char *dgst, in certify_spkac() argument
2077 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_spkac()