Searched refs:md_ctrl (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/evp/ |
D | bio_md.c | 26 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2); 42 md_ctrl, 136 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) in md_ctrl() function
|
D | digest.c | 201 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { in EVP_DigestFinalXOF() 304 if (ctx->digest && ctx->digest->md_ctrl) { in EVP_MD_CTX_ctrl() 305 int ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2); in EVP_MD_CTX_ctrl()
|
D | evp_lib.c | 408 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl() 455 return md->md_ctrl; in EVP_MD_meth_get_ctrl()
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 164 if (md && md->md_ctrl) { in asn1_write_micalg() 167 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr); in asn1_write_micalg()
|
/third_party/openssl/include/crypto/ |
D | evp.h | 128 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member
|