Searched refs:cmp_ctx_set_md (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 84 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()
|