Function openssl_sys::EVP_EncodeBlock

source ยท
pub unsafe extern "C" fn EVP_EncodeBlock(
    dst: *mut c_uchar,
    src: *const c_uchar,
    src_len: c_int,
) -> c_int