Searched refs:md_ctrl (Results 1 – 4 of 4) sorted by relevance
| /crypto/evp/ |
| A D | bio_md.c | 23 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
|
| A D | digest.c | 540 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { in EVP_DigestFinalXOF() 930 if (ctx->digest->md_ctrl == NULL) { in EVP_MD_CTX_ctrl() 935 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2); in EVP_MD_CTX_ctrl()
|
| A D | evp_lib.c | 960 if (md->md_ctrl != NULL) in EVP_MD_meth_set_ctrl() 963 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl() 1010 return md->md_ctrl; in EVP_MD_meth_get_ctrl()
|
| /crypto/asn1/ |
| A D | asn_mime.c | 183 if (md && md->md_ctrl) { in asn1_write_micalg() 186 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr); in asn1_write_micalg()
|
Completed in 20 milliseconds