Lines Matching refs:pbm
58 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in ossl_cmp_calc_protection() local
80 pbm = d2i_OSSL_CRMF_PBMPARAMETER(NULL, &pbm_str_uc, pbm_str->length); in ossl_cmp_calc_protection()
81 if (pbm == NULL) { in ossl_cmp_calc_protection()
87 pbm, prot_part_der, prot_part_der_len, in ossl_cmp_calc_protection()
102 OSSL_CRMF_PBMPARAMETER_free(pbm); in ossl_cmp_calc_protection()
189 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in set_pbmac_algor() local
197 pbm = OSSL_CRMF_pbmp_new(ctx->libctx, ctx->pbm_slen, in set_pbmac_algor()
201 if (pbm == NULL || pbm_str == NULL) in set_pbmac_algor()
204 if ((pbm_der_len = i2d_OSSL_CRMF_PBMPARAMETER(pbm, &pbm_der)) < 0) in set_pbmac_algor()
215 OSSL_CRMF_PBMPARAMETER_free(pbm); in set_pbmac_algor()
221 OSSL_CRMF_PBMPARAMETER_free(pbm); in set_pbmac_algor()