Searched refs:pbm_owf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c125 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, NID_sha256))
211 EVP_MD_free(ctx->pbm_owf);
1086 if (!cmp_ctx_set_md(ctx, &ctx->pbm_owf, val))
1156 return EVP_MD_get_type(ctx->pbm_owf);
H A Dcmp_protect.c199 EVP_MD_get_type(ctx->pbm_owf), ctx->pbm_itercnt,
H A Dcmp_local.h85 EVP_MD *pbm_owf; /* one-way function (OWF), default: SHA256 */ member in struct:ossl_cmp_ctx_st

Completed in 181 milliseconds