Searched refs:pbm_owf (Results 1 – 3 of 3) sorted by relevance
125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256)) in OSSL_CMP_CTX_new()211 EVP_MD_free(ctx->pbm_owf); in OSSL_CMP_CTX_free()1086 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, val)) in OSSL_CMP_CTX_set_option()1156 return EVP_MD_get_type(ctx->pbm_owf); in OSSL_CMP_CTX_get_option()
199 EVP_MD_get_type(ctx->pbm_owf), ctx->pbm_itercnt, in set_pbmac_algor()
85 EVP_MD *pbm_owf; /* one-way function (OWF), default: SHA256 */ member