signedContent 760 source4/heimdal/lib/hx509/cms.c const heim_octet_string *signedContent, signedContent 788 source4/heimdal/lib/hx509/cms.c if (sd.encapContentInfo.eContent == NULL && signedContent == NULL) { signedContent 794 source4/heimdal/lib/hx509/cms.c if (sd.encapContentInfo.eContent && signedContent) { signedContent 801 source4/heimdal/lib/hx509/cms.c signedContent = sd.encapContentInfo.eContent; signedContent 888 source4/heimdal/lib/hx509/cms.c signedContent, signedContent 950 source4/heimdal/lib/hx509/cms.c signed_data = rk_UNCONST(signedContent); signedContent 973 source4/heimdal/lib/hx509/cms.c if (signed_data != signedContent) { signedContent 1010 source4/heimdal/lib/hx509/cms.c content->data = malloc(signedContent->length); signedContent 1016 source4/heimdal/lib/hx509/cms.c content->length = signedContent->length; signedContent 1017 source4/heimdal/lib/hx509/cms.c memcpy(content->data, signedContent->data, content->length);