openssl_sys

Function CMS_decrypt

source
pub unsafe extern "C" fn CMS_decrypt(
    cms: *mut CMS_ContentInfo,
    pkey: *mut EVP_PKEY,
    cert: *mut X509,
    dcont: *mut BIO,
    out: *mut BIO,
    flags: c_uint,
) -> c_int