[#CMS_RecipientInfo_kari_get0_reks] = CMS_RecipientInfo_kari_get0_reks :mrdocs: Return the stack of RecipientEncryptedKey values from a key‐agreement RecipientInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_CMS_RecipientEncryptedKey.adoc[stack_st_CMS_RecipientEncryptedKey]* CMS_RecipientInfo_kari_get0_reks(xref:CMS_RecipientInfo.adoc[CMS_RecipientInfo]* ri); ---- == Return Value Internal STACK_OF(CMS_RecipientEncryptedKey) (do not free), or NULL if `ri` is not KARI. == Parameters [cols="1,4"] |=== | Name| Description | *ri* | Recipient info of type CMS_RECIPINFO_AGREE. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#