ossl_cmp_calc_protection
ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
&& ((msg->protection = ossl_cmp_calc_protection(ctx, msg)) == NULL))
if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL)
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
ASN1_BIT_STRING *protection = ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);