Home
last modified time | relevance | path

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

/apps/
A Dts.c40 const EVP_MD *md, const char *policy, int no_nonce,
42 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
45 const EVP_MD *md, unsigned char **md_value);
51 const EVP_MD *md, const char *signer, const char *chain,
57 const char *inkey, const EVP_MD *md, const char *signer,
171 EVP_MD *md = NULL; in ts_main()
397 static int query_command(const char *data, const char *digest, const EVP_MD *md, in query_command()
444 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md, in create_query()
508 static int create_digest(BIO *input, const char *digest, const EVP_MD *md, in create_digest()
592 const EVP_MD *md, const char *signer, const char *chain, in reply_command()
[all …]
A Docsp.c54 const EVP_MD *cert_id_md, X509 *issuer,
57 const EVP_MD *cert_id_md, X509 *issuer,
65 EVP_PKEY *rkey, const EVP_MD *md,
69 const EVP_MD *resp_md);
213 EVP_MD *cert_id_md = NULL, *rsign_md = NULL; in ocsp_main()
228 EVP_MD *resp_certid_md = NULL; in ocsp_main()
442 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
452 cert_id_md = (EVP_MD *)EVP_sha1(); in ocsp_main()
904 const EVP_MD *cert_id_md, X509 *issuer, in add_ocsp_cert()
1034 const EVP_MD *resp_md) in make_ocsp_response()
[all …]
A Ddgst.c106 EVP_MD *md = NULL; in dgst_main()
121 md = (EVP_MD *)EVP_get_digestbyname(argv[0]); in dgst_main()
335 md = (EVP_MD *)EVP_sha256(); in dgst_main()
399 md = (EVP_MD *)EVP_sha256(); in dgst_main()
507 EVP_MD *md = NULL; in show_digests()
A Dlist.c56 IS_FETCHABLE(digest, EVP_MD) in IS_FETCHABLE()
165 static void legacy_md_fn(const EVP_MD *m, in legacy_md_fn()
180 DEFINE_STACK_OF(EVP_MD) in DEFINE_STACK_OF() argument
181 static int md_cmp(const EVP_MD * const *a, const EVP_MD * const *b) in DEFINE_STACK_OF()
187 static void collect_digests(EVP_MD *digest, void *stack) in collect_digests()
189 STACK_OF(EVP_MD) *digest_stack = stack; in collect_digests()
199 STACK_OF(EVP_MD) *digests = sk_EVP_MD_new(md_cmp); in list_digests()
217 const EVP_MD *m = sk_EVP_MD_value(digests, i); in list_digests()
1172 EVP_MD *md; in is_md_available()
A Dcrl.c86 EVP_MD *digest = (EVP_MD *)EVP_sha1(); in crl_main()
A Dspkac.c71 EVP_MD *md = NULL; in spkac_main()
A Denc.c127 EVP_MD *dgst = NULL; in enc_main()
363 dgst = (EVP_MD *)EVP_sha256(); in enc_main()
A Dstoreutl.c88 EVP_MD *digest = NULL; in storeutl_main()
A Drehash.c98 static const EVP_MD *evpmd;
A Dsmime.c173 EVP_MD *sign_md = NULL; in smime_main()
A Dpasswd.c518 const EVP_MD *sha = NULL; in shacrypt()
A Dpkeyutl.c150 EVP_MD *md = NULL; in pkeyutl_main()
A Dpkcs12.c543 EVP_MD *macmd = NULL; in pkcs12_main()
A Dx509.c1071 EVP_MD *fdig; in x509_main()
A Dcms.c319 EVP_MD *sign_md = NULL; in cms_main()
A Dspeed.c603 EVP_MD *md = NULL; in have_md()
639 EVP_MD *md = NULL; in EVP_Digest_loop()
A Ds_client.c204 static int psk_use_session_cb(SSL *s, const EVP_MD *md, in psk_use_session_cb()
/apps/include/
A Dopt.h413 int opt_md(const char *name, EVP_MD **mdp);
414 int opt_md_silent(const char *name, EVP_MD **mdp);
A Dapps.h190 const EVP_MD *get_digest_from_engine(const char *name);
/apps/lib/
A Dopt.c454 int opt_md_silent(const char *name, EVP_MD **mdp) in opt_md_silent()
456 EVP_MD *md; in opt_md_silent()
461 && (md = (EVP_MD *)EVP_get_digestbyname(name)) != NULL)) { in opt_md_silent()
475 int opt_md(const char *name, EVP_MD **mdp) in opt_md()
A Dengine.c169 const EVP_MD *get_digest_from_engine(const char *name) in get_digest_from_engine()

Completed in 49 milliseconds