lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 24 Jul 2020 20:14:57 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     schalla@...vell.com
Cc:     herbert@...dor.apana.org.au, netdev@...r.kernel.org,
        linux-crypto@...r.kernel.org, schandran@...vell.com,
        pathreya@...vell.com, sgoutham@...vell.com
Subject: Re: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT
 engine

From: Srujana Challa <schalla@...vell.com>
Date: Fri, 24 Jul 2020 18:38:02 +0530

> diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h
> new file mode 100644
> index 0000000..00cd534
> --- /dev/null
> +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h
> @@ -0,0 +1,53 @@
> +/* SPDX-License-Identifier: GPL-2.0-only
> + * Copyright (C) 2020 Marvell.
> + */
> +
> +#ifndef __OTX2_CPT_COMMON_H
> +#define __OTX2_CPT_COMMON_H
> +
> +#include <linux/pci.h>
> +#include <linux/types.h>
> +#include <linux/module.h>
> +#include <linux/delay.h>
> +#include <linux/crypto.h>
> +#include "otx2_cpt_hw_types.h"
> +#include "rvu.h"

How can this build?  "rvu.h" is in the "af/" subdirectory.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ