Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dbio_md.c23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
37 md_ctrl,
131 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) in md_ctrl() function
H A Ddigest.c538 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { in EVP_DigestFinalXOF()
914 if (ctx->digest->md_ctrl == NULL) { in EVP_MD_CTX_ctrl()
919 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2); in EVP_MD_CTX_ctrl()
H A Devp_lib.c955 if (md->md_ctrl != NULL) in EVP_MD_meth_set_ctrl()
958 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl()
1005 return md->md_ctrl; in EVP_MD_meth_get_ctrl()
/openssl/crypto/asn1/
H A Dasn_mime.c172 if (md && md->md_ctrl) { in asn1_write_micalg()
175 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr); in asn1_write_micalg()
/openssl/include/crypto/
H A Devp.h272 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member

Completed in 34 milliseconds