Alexandru Gagniuc 6909edb4ce image: rsa: Move verification algorithm to a linker list
Move the RSA verification crytpo_algo structure out of the
crypto_algos array, and into a linker list.

Although it appears we are adding an #ifdef to rsa-verify.c, the gains
outweigh this small inconvenience. This is because rsa_verify() is
defined differently based on #ifdefs. This change allows us to have
a single definition of rsa_verify().

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-07-16 15:38:49 -04:00
..
2021-01-16 19:17:11 -05:00
2020-05-18 21:19:18 -04:00
2021-03-07 17:37:13 +01:00
2019-12-02 18:23:07 -05:00
2019-10-31 07:22:53 -04:00
2020-10-30 10:56:11 -04:00
2021-06-07 10:48:40 -04:00
2021-04-20 07:31:12 -04:00
2021-07-14 16:57:35 -04:00
2019-12-06 16:44:20 -05:00
2020-05-18 21:19:18 -04:00
2021-07-14 16:57:35 -04:00
2021-02-24 16:51:49 -05:00
2020-05-18 21:19:18 -04:00
2021-06-28 19:57:13 +02:00
2020-08-24 14:11:31 -04:00
2020-05-01 11:03:24 -04:00
2021-03-02 15:53:37 -05:00
2021-07-15 18:42:05 -04:00
2021-01-19 09:15:02 -05:00
2019-05-05 08:48:50 -04:00