From: Tadeusz Struk Subject: Re: pkcs1pad_verify_complete: decoding missing? Date: Mon, 9 May 2016 12:17:21 -0700 Message-ID: References: <5061410.3QzdTXsEjv@positron.chronox.de> <6090436.ehl9Rue05E@tauon.atsec.com> <10395258.qUa3tSVhS8@tauon.atsec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-crypto@vger.kernel.org To: Stephan Mueller Return-path: Received: from mga04.intel.com ([192.55.52.120]:24509 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751937AbcEITST (ORCPT ); Mon, 9 May 2016 15:18:19 -0400 In-Reply-To: <10395258.qUa3tSVhS8@tauon.atsec.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On 05/09/2016 12:02 PM, Stephan Mueller wrote: > One followup: is the final memcmp() between the decrypted hash and the hash of > the message implemented in the RSA verify code path? At least I do not see it > right away. It's in line #549 -- TS