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()201 EVP_MD_free(ctx->pbm_owf); in OSSL_CMP_CTX_free()1049 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, val)) in OSSL_CMP_CTX_set_option()1119 return EVP_MD_get_type(ctx->pbm_owf); in OSSL_CMP_CTX_get_option()
198 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
Completed in 7 milliseconds