| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| bio_md.c | 23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2); 37 md_ctrl, 132 static long md_ctrl(BIO *b, int cmd, long num, void *ptr) function
|
| digest.c | 540 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { 928 if (ctx->digest->md_ctrl == NULL) { 933 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2);
|
| evp_lib.c | 946 if (md->md_ctrl != NULL) 949 md->md_ctrl = ctrl; 996 return md->md_ctrl;
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| 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) function
|
| digest.c | 503 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { 849 if (ctx->digest->md_ctrl == NULL) { 854 ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2);
|
| evp_lib.c | 945 if (md->md_ctrl != NULL) 948 md->md_ctrl = ctrl; 995 return md->md_ctrl;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| 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) function
|
| digest.c | 201 && ctx->digest->md_ctrl(ctx, EVP_MD_CTRL_XOF_LEN, (int)size, NULL)) { 304 if (ctx->digest && ctx->digest->md_ctrl) { 305 int ret = ctx->digest->md_ctrl(ctx, cmd, p1, p2);
|
| evp_lib.c | 408 md->md_ctrl = ctrl; 455 return md->md_ctrl;
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn_mime.c | 185 if (md && md->md_ctrl) { 188 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn_mime.c | 172 if (md && md->md_ctrl) { 175 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn_mime.c | 164 if (md && md->md_ctrl) { 167 rv = md->md_ctrl(NULL, EVP_MD_CTRL_MICALG, 0, &micstr);
|
| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| evp.h | 128 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member in struct:evp_md_st
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 273 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member in struct:evp_md_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 264 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); member in struct:evp_md_st
|