EVP_CipherUpdateAAD

Function EVP_CipherUpdateAAD 

Source
pub unsafe extern "C" fn EVP_CipherUpdateAAD(
    ctx: *mut EVP_CIPHER_CTX,
    in_: *const u8,
    in_len: usize,
) -> c_int