Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dopt.c432 int opt_md_silent(const char *name, EVP_MD **mdp) in opt_md_silent() argument
441 if (mdp != NULL) { in opt_md_silent()
442 EVP_MD_free(*mdp); in opt_md_silent()
443 *mdp = md; in opt_md_silent()
453 int opt_md(const char *name, EVP_MD **mdp) in opt_md() argument
457 if ((ret = opt_md_silent(name, mdp)) == 0) in opt_md()
/openssl-master/apps/include/
A Dopt.h371 int opt_md(const char *name, EVP_MD **mdp);
372 int opt_md_silent(const char *name, EVP_MD **mdp);
/openssl-master/doc/man3/
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-master/doc/internal/man3/
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-master/include/openssl/
A Devp.h668 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(mdp)) argument

Completed in 14 milliseconds