Function mbedtls_sys::mbedtls_pk_verify_ext [] [src]

pub unsafe extern "C" fn mbedtls_pk_verify_ext(
    type_: mbedtls_pk_type_t,
    options: *const c_void,
    ctx: *mut mbedtls_pk_context,
    md_alg: mbedtls_md_type_t,
    hash: *const c_uchar,
    hash_len: size_t,
    sig: *const c_uchar,
    sig_len: size_t
) -> c_int