Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c125 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()
H A Dcmp_protect.c199 EVP_MD_get_type(ctx->pbm_owf), ctx->pbm_itercnt, in set_pbmac_algor()
H A Dcmp_local.h85 EVP_MD *pbm_owf; /* one-way function (OWF), default: SHA256 */ member