Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685699
| From | Paul Menzel <pmenzel@molgen.mpg.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Decreasing time for `rsa_init` |
| Date | 2017-07-12 13:10 +0200 |
| Message-ID | <u2nGO-7sP-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Decreasing time for `rsa_init` Paul Menzel <pmenzel@molgen.mpg.de> - 2017-07-12 13:10 +0200
Re: Decreasing time for `rsa_init` Stephan Müller <smueller@chronox.de> - 2017-07-12 19:30 +0200
Re: Decreasing time for `rsa_init` Paul Menzel <pmenzel@molgen.mpg.de> - 2017-07-12 19:40 +0200
Re: Decreasing time for `rsa_init` Paul Menzel <pmenzel@molgen.mpg.de> - 2017-07-13 20:30 +0200
csiph-web