Searched refs:speed (Results 1 – 25 of 29) sorted by relevance
12
6 openssl-speed - test library performance10 B<openssl speed>56 instead of CPU user time as divisor. It can be useful when testing speed89 C<openssl speed -cmac aes128>.136 Runs the speed command in testmode. Runs only 1 iteration of each algorithm test138 the speed command will return with a failure result.156 that the C<openssl speed> command knows about. To test any additional digest159 There is no way to test the speed of any additional public key algorithms160 supported by third party providers with the C<openssl speed> command.
50 speed,131 L<openssl-speed(1)>,
48 DEPEND[openssl-speed.pod]=../perlvars.pm
124 as input to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.131 to the L<openssl-enc(1)> or L<openssl-speed(1)> commands.
118 performance and the link speed determine how many connections it
266 =item B<speed>753 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()
226 unsigned int speed = 0; in ossl_aes_gcm_siv_set_ctx_params() local245 if (!OSSL_PARAM_get_uint(p, &speed)) { in ossl_aes_gcm_siv_set_ctx_params()249 ctx->speed = !!speed; in ossl_aes_gcm_siv_set_ctx_params()
203 unsigned int speed = 0; in aes_siv_set_ctx_params() local220 if (!OSSL_PARAM_get_uint(p, &speed)) { in aes_siv_set_ctx_params()224 ctx->hw->setspeed(ctx, (int)speed); in aes_siv_set_ctx_params()
18 void (*setspeed)(void *ctx, int speed);
53 unsigned int speed : 1; member
162 if (!ctx->speed && ctx->used_enc) in aes_gcm_siv_encrypt()223 if (!ctx->speed && ctx->used_dec) in aes_gcm_siv_decrypt()
19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
58 SM2 can be tested with the L<openssl-speed(1)> application since version 3.0.
132 Ed25519 and Ed448 can be tested with the L<openssl-speed(1)> application
120 speed up HMAC operations in the PBKDF2.
239 speed up the process of connecting. This is known as "resumption". Sessions are
138 parallel may speed up test execution.
117 a buffering BIO to the chain can speed up the process.
246 Because most often the limiting factor for the application's speed is the time
113 the key; it is used to speed the encryption process.
944 =item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>946 Sets the speed option for the associated cipher context. This is only supported948 Setting "speed" to 1 allows another encrypt or decrypt operation to be1167 with an L<OSSL_PARAM(3)> item with the key "speed" (B<OSSL_CIPHER_PARAM_SPEED>).
303 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 \
315 A quick test done right before the release showed that trying "openssl speed
Completed in 63 milliseconds