Function mbedtls_sys::mbedtls_pk_parse_key [] [src]

pub unsafe extern "C" fn mbedtls_pk_parse_key(
    ctx: *mut mbedtls_pk_context,
    key: *const c_uchar,
    keylen: size_t,
    pwd: *const c_uchar,
    pwdlen: size_t
) -> c_int