Home
last modified time | relevance | path

Searched refs:mdp (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H 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()
/third_party/openssl/apps/lib/
H 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()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dopt.h371 int opt_md(const char *name, EVP_MD **mdp);
372 int opt_md_silent(const char *name, EVP_MD **mdp);
/third_party/openssl/apps/include/
H A Dopt.h371 int opt_md(const char *name, EVP_MD **mdp);
372 int opt_md_silent(const char *name, EVP_MD **mdp);
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h515 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)(mdp))
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h670 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(mdp))
/third_party/openssl/include/openssl/
H A Devp.h668 # define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(mdp))

Completed in 14 milliseconds