Searched refs:speed (Results 1 – 23 of 23) sorted by relevance
6 openssl-speed - test library performance10 B<openssl speed>45 instead of CPU user time as divisor. It can be useful when testing speed78 C<openssl speed -cmac aes128>.125 that the C<openssl speed> command knows about. To test any additional digest128 There is no way to test the speed of any additional public key algorithms129 supported by third party providers with the C<openssl speed> command.
49 speed,129 L<openssl-speed(1)>,
88 as input to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.95 to the L<openssl-enc(1)> or L<openssl-speed(1)> commands.
48 DEPEND[openssl-speed.pod]=../perlvars.pm
117 performance and the link speed determine how many connections it
287 =item B<speed>815 L<openssl-speed(1)>,
85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument90 ossl_siv128_speed(sctx, (int)speed); in aes_siv_setspeed()
201 unsigned int speed = 0; in aes_siv_set_ctx_params() local218 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()222 ctx->hw->setspeed(ctx, (int)speed); in aes_siv_set_ctx_params()
18 void (*setspeed)(void *ctx, int speed);
55 SM2 can be tested with the L<openssl-speed(1)> application since version 3.0.
60 Ed25519 and Ed448 can be tested with the L<openssl-speed(1)> application
2239 B<openssl speed> no longer uses low-level API calls.
19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
138 parallel may speed up test execution.
87 a buffering BIO to the chain can speed up the process.
218 Because most often the limiting factor for the application's speed is the time
882 =item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>884 Sets the speed option for the associated cipher context. This is only supported886 Setting "speed" to 1 allows another encrypt or decrypt operation to be1059 with an L<OSSL_PARAM(3)> item with the key "speed" (B<OSSL_CIPHER_PARAM_SPEED>).
113 the key; it is used to speed the encryption process.
302 also cache another reference to speed up processing future queries (without
289 DEPEND[html/man1/openssl-speed.html]=man1/openssl-speed.pod290 GENERATE[html/man1/openssl-speed.html]=man1/openssl-speed.pod291 DEPEND[man/man1/openssl-speed.1]=man1/openssl-speed.pod292 GENERATE[man/man1/openssl-speed.1]=man1/openssl-speed.pod293 DEPEND[man1/openssl-speed.pod]{pod}=man1/openssl-speed.pod.in294 GENERATE[man1/openssl-speed.pod]=man1/openssl-speed.pod.in399 html/man1/openssl-speed.html \459 man/man1/openssl-speed.1 \
314 A quick test done right before the release showed that trying "openssl speed
369 * The openssl speed command does not use low-level API calls anymore.7433 This should be configurable so applications can judge speed vs strength.10462 (speed) prefers to use its own implementation. The two implementations12144 * Add -multi and -mr options to "openssl speed" - giving multiple parallel12488 * Cause 'openssl speed' to use fully hard-coded DSA keys as it12491 parameters (and 'speed' generating keys each time).15411 exponents (as measured by "openssl speed rsa2048").17545 * Reorganize and speed up MD5.18154 to speed processing and no longer clutter the display with confusing18465 * Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd
19 ! Performance improvement according to './apps/openssl speed des'
Completed in 51 milliseconds