Searched refs:md_ctrl (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
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
|
D | evp_lib.c | 945 if (md->md_ctrl != NULL) in EVP_MD_meth_set_ctrl() 948 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl() 995 return md->md_ctrl; in EVP_MD_meth_get_ctrl()
|
D | digest.c | 503 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { in EVP_DigestFinalXOF() 849 if (ctx->digest->md_ctrl == NULL) { in EVP_MD_CTX_ctrl() 854 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2); in EVP_MD_CTX_ctrl()
|
/third_party/openssl/crypto/evp/ |
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
|
D | evp_lib.c | 945 if (md->md_ctrl != NULL) in EVP_MD_meth_set_ctrl() 948 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl() 995 return md->md_ctrl; in EVP_MD_meth_get_ctrl()
|
D | digest.c | 503 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { in EVP_DigestFinalXOF() 849 if (ctx->digest->md_ctrl == NULL) { in EVP_MD_CTX_ctrl() 854 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2); in EVP_MD_CTX_ctrl()
|
/third_party/openssl/crypto/asn1/ |
D | asn_mime.c | 172 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()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | asn_mime.c | 172 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()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | evp.h | 128 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | evp.h | 264 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member
|
/third_party/openssl/include/crypto/ |
D | evp.h | 264 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member
|