Hi Simon, > -----Original Message----- > From: Simon Glass <s...@chromium.org> > Sent: Saturday, September 21, 2024 12:02 AM> > > Hi, > > On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang > <chiawei_w...@aspeedtech.com> wrote: > > > > The padding algorithm is not mandatory for all signing algorithm. > > > > For example, ECDSA does not require a padding method. The RSA case > > which needs PKCS padding, the belonging info->crypto() also has the > > check on the validity of info->padding(). > > Is that in rsa_verify_key() ?
Yes. Regards, Chiawei