Home
last modified time | relevance | path

Searched refs:mdp (Results 1 – 5 of 5) sorted by relevance

/openssl/apps/lib/
H A Dopt.c452 int opt_md_silent(const char *name, EVP_MD **mdp) in opt_md_silent() argument
461 if (mdp != NULL) { in opt_md_silent()
462 EVP_MD_free(*mdp); in opt_md_silent()
463 *mdp = md; in opt_md_silent()
473 int opt_md(const char *name, EVP_MD **mdp) in opt_md() argument
479 if ((ret = opt_md_silent(name, mdp)) == 0) in opt_md()
/openssl/apps/include/
H A Dopt.h410 int opt_md(const char *name, EVP_MD **mdp);
411 int opt_md_silent(const char *name, EVP_MD **mdp);
/openssl/doc/man3/
H A DBIO_f_md.pod16 int BIO_get_md(BIO *b, EVP_MD **mdp);
40 in B<mdp>. It is a BIO_ctrl() macro.
/openssl/doc/internal/man3/
H A DOPTIONS.pod39 int opt_md(const char *name, EVP_MD **mdp);
251 opt_md() takes the specified I<name> and fills in the digest into I<mdp>.
/openssl/include/openssl/
H A Devp.h678 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(mdp)) argument

Completed in 20 milliseconds