Home
last modified time | relevance | path

Searched refs:cmp_ctx_set_md (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/cmp/
Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) in cmp_ctx_set_md() function
125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256)) in OSSL_CMP_CTX_new()
130 if (!cmp_ctx_set_md(ctx, &ctx->digest, NID_sha256)) in OSSL_CMP_CTX_new()
1082 if (!cmp_ctx_set_md(ctx, &ctx->digest, val)) in OSSL_CMP_CTX_set_option()
1086 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, val)) in OSSL_CMP_CTX_set_option()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) in cmp_ctx_set_md() function
125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256)) in OSSL_CMP_CTX_new()
130 if (!cmp_ctx_set_md(ctx, &ctx->digest, NID_sha256)) in OSSL_CMP_CTX_new()
1082 if (!cmp_ctx_set_md(ctx, &ctx->digest, val)) in OSSL_CMP_CTX_set_option()
1086 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, val)) in OSSL_CMP_CTX_set_option()