Home
last modified time | relevance | path

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

/openssl-master/doc/man1/
A Dopenssl-speed.pod.in6 openssl-speed - test library performance
10 B<openssl speed>
45 instead of CPU user time as divisor. It can be useful when testing speed
78 C<openssl speed -cmac aes128>.
125 that the C<openssl speed> command knows about. To test any additional digest
128 There is no way to test the speed of any additional public key algorithms
129 supported by third party providers with the C<openssl speed> command.
A Dopenssl-cmds.pod.in49 speed,
129 L<openssl-speed(1)>,
A Dopenssl-list.pod.in88 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.
A Dbuild.info48 DEPEND[openssl-speed.pod]=../perlvars.pm
A Dopenssl-s_time.pod.in117 performance and the link speed determine how many connections it
A Dopenssl.pod287 =item B<speed>
815 L<openssl-speed(1)>,
/openssl-master/providers/implementations/ciphers/
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()
A Dcipher_aes_siv.c201 unsigned int speed = 0; in aes_siv_set_ctx_params() local
218 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()
A Dcipher_aes_siv.h18 void (*setspeed)(void *ctx, int speed);
/openssl-master/doc/man7/
A DEVP_PKEY-SM2.pod55 SM2 can be tested with the L<openssl-speed(1)> application since version 3.0.
A DEVP_SIGNATURE-ED25519.pod60 Ed25519 and Ed448 can be tested with the L<openssl-speed(1)> application
A Dmigration_guide.pod2239 B<openssl speed> no longer uses low-level API calls.
/openssl-master/apps/
A Dbuild.info19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
/openssl-master/test/
A DREADME.md138 parallel may speed up test execution.
/openssl-master/doc/man3/
A DBIO_s_mem.pod87 a buffering BIO to the chain can speed up the process.
A DOSSL_trace_enabled.pod218 Because most often the limiting factor for the application's speed is the time
A DEVP_EncryptInit.pod882 =item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>
884 Sets the speed option for the associated cipher context. This is only supported
886 Setting "speed" to 1 allows another encrypt or decrypt operation to be
1059 with an L<OSSL_PARAM(3)> item with the key "speed" (B<OSSL_CIPHER_PARAM_SPEED>).
A DDES_random_key.pod113 the key; it is used to speed the encryption process.
A DENGINE_add.pod302 also cache another reference to speed up processing future queries (without
/openssl-master/doc/
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-master/
A DREADME-ENGINES.md314 A quick test done right before the release showed that trying "openssl speed
A DCHANGES.md369 * 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 implementations
12144 * Add -multi and -mr options to "openssl speed" - giving multiple parallel
12488 * Cause 'openssl speed' to use fully hard-coded DSA keys as it
12491 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 confusing
18465 * Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd
/openssl-master/crypto/des/asm/
A Ddes_enc.m419 ! Performance improvement according to './apps/openssl speed des'

Completed in 51 milliseconds