Message ID | cover.1745815528.git.herbert@gondor.apana.org.au |
---|---|
Headers | show
Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F374328E0F for <linux-crypto@vger.kernel.org>; Mon, 28 Apr 2025 04:56:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=144.6.53.87 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745816170; cv=none; b=k90otR6sn2DVj6jmFtSd9B/nzp1NFTyOSz8DVJyXtejH6cxR/ycI7v71CAOi1nr3I05cgvO52ZxxpLLe0nYDnULQtM61AqxB6VfgcjX0cN0Mp2vt6G8QIBpz8Min0u7/D8SLubj5lJeqbnoqGKpnJhblmBvjVpRO1Q0HGxVkkbw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745816170; c=relaxed/simple; bh=qW/ikGBZsRbLog9n2q6vb9uGqJFHTxgkfKFYEZj/lrE=; h=Date:Message-Id:From:Subject:To; b=TB41fKDy0FtEemKVJNkNr7/bIfpFgx/AoqeTgFKIxkHqMXqF8KUUeT23T4dwr9TQ9J+NgC4GI5Tb9gjEXFrIYvH01LGOGvrn4GKy83scbhK0z2JVjtVTa3AOeVfuOcXJyc8mQmBmydtksgOOgBuCddcjVcGIwlNVh9SOxZiWVhk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gondor.apana.org.au; spf=pass smtp.mailfrom=gondor.apana.org.au; dkim=pass (2048-bit key) header.d=hmeau.com header.i=@hmeau.com header.b=NFIVI9e6; arc=none smtp.client-ip=144.6.53.87 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=hmeau.com header.i=@hmeau.com header.b="NFIVI9e6" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hmeau.com; s=formenos; h=To:Subject:From:Message-Id:Date:Sender:Reply-To:Cc:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=IYn2pWS1WYvtcG/uaCSiw9g8qvLTVvub5DbheE5KdOs=; b=NFIVI9e65Y/Szr/HVku1FH6GVC 2keCxT+41foUdntBM+cSstozptHuAMDgwk/tkaGv4q7HLPhLc/3S91OB6WRYrNGyBt6Si10jQakIT a1rd1rtYIey0WM2sfkRdJm+vK5pw1x67BGY9SM7ndPJ0+CbZ9RWQiC3SwYYei/n/ldtjV2f121P8C efrRqmK7Yu1bXMDizOD+glPflRHHOlETRWOpHQY+NF2CgqVy7NMEvoEbZivZeNR2wNB3/I31NzSrb 8wxSFifsj4hBI9Eqde4wIKikbHHVfKZ0p85AuoLMgA/YpI3KRT3RzkPo5mwZz0UoKq6RHlGtSRqWI ym5KefDQ==; Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.96 #2 (Debian)) id 1u9GXC-001WEc-2G; Mon, 28 Apr 2025 12:56:03 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Mon, 28 Apr 2025 12:56:02 +0800 Date: Mon, 28 Apr 2025 12:56:02 +0800 Message-Id: <cover.1745815528.git.herbert@gondor.apana.org.au> From: Herbert Xu <herbert@gondor.apana.org.au> Subject: [v4 PATCH 00/11] crypto: lib - Add partial block helper To: Linux Crypto Mailing List <linux-crypto@vger.kernel.org> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: <linux-crypto.vger.kernel.org> List-Subscribe: <mailto:linux-crypto+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-crypto+unsubscribe@vger.kernel.org> |
Series |
crypto: lib - Add partial block helper
|
expand
|