Return the key-wrap cipher context associated with a key-agreement RecipientInfo.
Declared in <openssl/cms.h>
EVP_CIPHER_CTX*
CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo* ri);
Internal EVP_CIPHER_CTX used for CEK wrap/unwrap (do not free), or NULL if ri is not KARI.
| Name | Description |
|---|---|
| ri | Recipient info of type CMS_RECIPINFO_AGREE. |