Ruchika Gupta
fc2f4246b4
rsa: Split the rsa-verify to separate the modular exponentiation
...
Public exponentiation which is required in rsa verify functionality is
tightly integrated with verification code in rsa_verify.c. The patch
splits the file into twp separating the modular exponentiation.
1. rsa-verify.c
- The file parses device tree keys node to fill a keyprop structure.
The keyprop structure can then be converted to implementation specific
format.
(struct rsa_pub_key for sw implementation)
- The parsed device tree node is then passed to a generic rsa_mod_exp
function.
2. rsa-mod-exp.c
Move the software specific functions related to modular exponentiation
from rsa-verify.c to this file.
Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com >
CC: Simon Glass <sjg@chromium.org >
Acked-by: Simon Glass <sjg@chromium.org >
2015-01-29 17:09:58 -07:00
..
2015-01-29 17:09:57 -07:00
2015-01-29 17:09:49 -07:00
2015-01-29 17:09:56 -07:00
2014-12-18 13:19:21 -07:00
2015-01-13 11:51:23 -05:00
2015-01-05 12:08:55 -05:00
2015-01-13 15:26:10 -05:00
2015-01-29 17:09:58 -07:00
2014-12-11 18:40:49 -05:00
2015-01-29 17:09:57 -07:00
2015-01-05 15:13:46 -05:00
2015-01-14 14:56:38 +01:00
2015-01-22 12:34:56 +01:00
2014-11-25 07:11:17 -07:00
2015-01-14 11:35:43 -05:00
2015-01-29 17:09:49 -07:00
2015-01-05 12:08:53 -05:00
2014-11-21 08:13:17 +01:00
2015-01-18 12:31:35 +01:00
2014-12-11 13:18:42 -07:00
2014-12-05 08:06:11 -08:00
2015-01-29 17:09:51 -07:00
2014-12-18 12:26:05 +01:00
2015-01-29 17:09:51 -07:00
2015-01-14 14:56:38 +01:00
2014-12-11 13:18:41 -07:00
2015-01-29 17:09:57 -07:00
2014-11-23 06:49:04 -05:00
2014-11-23 06:49:04 -05:00
2014-11-26 11:21:16 -05:00
2015-01-29 17:09:57 -07:00
2014-11-19 08:48:41 +01:00
2014-12-05 08:06:15 -08:00
2015-01-21 10:25:02 +01:00
2014-11-23 06:49:04 -05:00
2014-12-11 09:41:18 -08:00
2015-01-23 22:29:13 -06:00
2014-12-11 09:41:11 -08:00
2014-12-18 12:26:05 +01:00
2014-11-19 08:48:42 +01:00
2014-12-11 13:18:43 -07:00
2015-01-29 17:09:56 -07:00
2015-01-14 11:37:39 -05:00
2014-11-21 15:30:01 +01:00
2015-01-10 17:53:59 +01:00
2015-01-10 17:53:59 +01:00
2014-11-21 08:12:28 +01:00
2015-01-22 12:34:56 +01:00
2015-01-19 17:41:51 +02:00
2015-01-06 10:10:04 +02:00
2014-11-17 08:47:17 -05:00
2015-01-23 21:44:59 -07:00
2015-01-21 10:30:21 +01:00
2014-11-23 06:49:04 -05:00
2014-12-22 20:38:27 +09:00
2014-12-18 12:26:06 +01:00
2014-12-13 22:32:05 -07:00
2015-01-23 17:24:15 -07:00
2015-01-23 17:24:54 -07:00
2015-01-05 12:08:55 -05:00
2015-01-16 09:32:11 -08:00
2015-01-05 12:08:55 -05:00
2015-01-24 06:13:44 -07:00
2014-11-23 06:49:04 -05:00
2014-11-24 12:00:00 +01:00
2015-01-29 17:09:52 -07:00
2014-11-13 08:47:58 +09:00
2014-12-13 22:32:05 -07:00
2015-01-21 10:25:02 +01:00
2015-01-21 10:25:02 +01:00
2015-01-29 17:09:56 -07:00
2014-11-17 08:47:17 -05:00
2015-01-05 12:08:52 -05:00
2014-11-21 15:30:01 +01:00
2014-12-11 13:18:44 -07:00
2015-01-12 09:38:46 -05:00
2014-12-04 11:04:40 -05:00
2014-11-19 07:54:40 +01:00
2014-12-31 19:10:13 +01:00
2015-01-18 12:31:36 +01:00
2015-01-23 17:24:16 -07:00
2014-11-25 07:11:14 -07:00
2015-01-21 10:25:03 +01:00
2015-01-16 09:32:38 -08:00
2015-01-21 10:25:53 +01:00