[#CMS_RecipientInfo_kari_orig_id_cmp] = CMS_RecipientInfo_kari_orig_id_cmp :mrdocs: Compare a certificate against the originator identifier of a KARI RecipientInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CMS_RecipientInfo_kari_orig_id_cmp( xref:CMS_RecipientInfo.adoc[CMS_RecipientInfo]* ri, xref:X509.adoc[X509]* cert); ---- == Return Value 0 if `cert` matches, non‐zero if it does not, ‐1 if the originator form is unsupported, or ‐2 if `ri` is not KARI. == Parameters [cols="1,4"] |=== | Name| Description | *ri* | Recipient info of type CMS_RECIPINFO_AGREE. | *cert* | Candidate originator certificate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#