aws_lc_rs::cipher::streaming

Function evp_decrypt_init

Source
fn evp_decrypt_init(
    cipher_ctx: &mut ManagedPointer<*mut EVP_CIPHER_CTX>,
    cipher: &ConstPointer<EVP_CIPHER>,
    key: &[u8],
    iv: Option<&[u8]>,
) -> Result<(), Unspecified>