linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Decreasing time for `rsa_init`
@ 2017-07-12 10:59 Paul Menzel
  2017-07-12 17:28 ` Stephan Müller
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2017-07-12 10:59 UTC (permalink / raw)
  To: linux-crypto; +Cc: linux-kernel

Dear Linux crypto folks,


Building CRYPTO_RSA not as module, but into the Linux kernel, 
`rsa_init()` takes 130 ms on an ASRock E350M1.

(Timings are shown by adding `initcall_debug` to Linux command line [1]. 
The times are visualized by `analyze_boot.py` from pm-graph [2] or 
`systemd-bootchart`.)

This is quite a lot of time compared to other modules, and I wonder if 
there are ways to decrease that time other than building it as a module, 
and not signing modules?


Kind regards,

Paul


[1] http://elinux.org/Initcall_Debug
[2] https://github.com/01org/pm-graph

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-26 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 10:59 Decreasing time for `rsa_init` Paul Menzel
2017-07-12 17:28 ` Stephan Müller
2017-07-12 17:38   ` Paul Menzel
2017-07-13 18:20     ` Paul Menzel
2017-12-26  8:28       ` Paul Menzel
2017-12-26 21:49         ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).