AES_encrypt

Function AES_encrypt 

Source
pub unsafe extern "C" fn AES_encrypt(
    in_: *const u8,
    out: *mut u8,
    key: *const AES_KEY,
)