Lines Matching refs:dgst
92 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
101 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
109 X509 *x509, const EVP_MD *dgst,
118 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
239 const EVP_MD *dgst = NULL; in ca_main() local
738 dgst = EVP_md_null(); in ca_main()
751 if (!opt_md(md, &dgst)) in ca_main()
765 OBJ_nid2ln(EVP_MD_type(dgst))); in ca_main()
872 j = certify_spkac(&x, spkac_file, pkey, x509, dgst, sigopts, in ca_main()
892 j = certify_cert(&x, ss_cert_file, pkey, x509, dgst, sigopts, in ca_main()
913 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db, in ca_main()
932 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db, in ca_main()
1188 if (!do_X509_CRL_sign(crl, pkey, dgst, sigopts)) in ca_main()
1264 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify() argument
1321 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify()
1333 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in certify_cert() argument
1374 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_cert()
1386 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, in do_body() argument
1854 if (!do_X509_sign(ret, pkey, dgst, sigopts)) in do_body()
1912 X509 *x509, const EVP_MD *dgst, in certify_spkac() argument
2033 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_spkac()