Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 25 of 28) sorted by relevance

12

/openssl/doc/man1/
H A Dopenssl-speed.pod.in6 openssl-speed - test library performance
10 B<openssl speed>
56 instead of CPU user time as divisor. It can be useful when testing speed
89 C<openssl speed -cmac aes128>.
136 Runs the speed command in testmode. Runs only 1 iteration of each algorithm test
138 the speed command will return with a failure result.
156 that the C<openssl speed> command knows about. To test any additional digest
159 There is no way to test the speed of any additional public key algorithms
160 supported by third party providers with the C<openssl speed> command.
H A Dopenssl-cmds.pod.in50 speed,
131 L<openssl-speed(1)>,
H A Dbuild.info48 DEPEND[openssl-speed.pod]=../perlvars.pm
H A Dopenssl-list.pod.in124 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.
H A Dopenssl-s_time.pod.in118 performance and the link speed determine how many connections it
H A Dopenssl.pod266 =item B<speed>
845 L<openssl-speed(1)>,
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c85 static void aes_siv_setspeed(void *vctx, int speed) in aes_siv_setspeed() argument
90 ossl_siv128_speed(sctx, (int)speed); in aes_siv_setspeed()
H A Dcipher_aes_gcm_siv.c226 unsigned int speed = 0; in ossl_aes_gcm_siv_set_ctx_params() local
245 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()
H A Dcipher_aes_siv.c203 unsigned int speed = 0; in aes_siv_set_ctx_params() local
220 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()
H A Dcipher_aes_siv.h18 void (*setspeed)(void *ctx, int speed);
H A Dcipher_aes_gcm_siv.h53 unsigned int speed : 1; member
H A Dcipher_aes_gcm_siv_hw.c162 if (!ctx->speed && ctx->used_enc) in aes_gcm_siv_encrypt()
223 if (!ctx->speed && ctx->used_dec) in aes_gcm_siv_decrypt()
/openssl/apps/
H A Dbuild.info19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
/openssl/doc/man7/
H A DEVP_PKEY-SM2.pod58 SM2 can be tested with the L<openssl-speed(1)> application since version 3.0.
H A DEVP_SIGNATURE-ED25519.pod132 Ed25519 and Ed448 can be tested with the L<openssl-speed(1)> application
H A Dossl-guide-tls-introduction.pod239 speed up the process of connecting. This is known as "resumption". Sessions are
/openssl/test/
H A DREADME.md138 parallel may speed up test execution.
/openssl/doc/man3/
H A DBIO_s_mem.pod117 a buffering BIO to the chain can speed up the process.
H A DOSSL_trace_enabled.pod242 Because most often the limiting factor for the application's speed is the time
H A DDES_random_key.pod113 the key; it is used to speed the encryption process.
H A DEVP_EncryptInit.pod944 =item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>
946 Sets the speed option for the associated cipher context. This is only supported
948 Setting "speed" to 1 allows another encrypt or decrypt operation to be
1167 with an L<OSSL_PARAM(3)> item with the key "speed" (B<OSSL_CIPHER_PARAM_SPEED>).
H A DENGINE_add.pod303 also cache another reference to speed up processing future queries (without
/openssl/doc/
H A Dbuild.info289 DEPEND[html/man1/openssl-speed.html]=man1/openssl-speed.pod
290 GENERATE[html/man1/openssl-speed.html]=man1/openssl-speed.pod
291 DEPEND[man/man1/openssl-speed.1]=man1/openssl-speed.pod
292 GENERATE[man/man1/openssl-speed.1]=man1/openssl-speed.pod
293 DEPEND[man1/openssl-speed.pod]{pod}=man1/openssl-speed.pod.in
294 GENERATE[man1/openssl-speed.pod]=man1/openssl-speed.pod.in
399 html/man1/openssl-speed.html \
459 man/man1/openssl-speed.1 \
/openssl/
H A DREADME-ENGINES.md315 A quick test done right before the release showed that trying "openssl speed
/openssl/crypto/des/asm/
H A Ddes_enc.m419 ! Performance improvement according to './apps/openssl speed des'

Completed in 101 milliseconds

12