EVP_DigestInit_ex2

Function EVP_DigestInit_ex2 

Source
pub unsafe extern "C" fn EVP_DigestInit_ex2(
    ctx: *mut EVP_MD_CTX,
    type_: *const EVP_MD,
    params: *const OSSL_PARAM,
) -> c_int