Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c784 const heim_octet_string *signedContent, in hx509_cms_verify_signed() argument
813 if (sd.encapContentInfo.eContent == NULL && signedContent == NULL) { in hx509_cms_verify_signed()
819 if (sd.encapContentInfo.eContent && signedContent) { in hx509_cms_verify_signed()
829 ret = der_copy_octet_string(signedContent, content); in hx509_cms_verify_signed()