HomeSort by: relevance | last modified time | path
    Searched defs:lengths_single (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 193 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
1463 int ret = 1, misalign = 0, lengths_single = 0; local
1718 lengths_single = atoi(opt_arg());
1719 lengths = &lengths_single;
2319 multiblock_speed(evp_cipher, lengths_single, &seconds);
3847 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
3859 if (lengths_single) {
3860 mblengths = &lengths_single;
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 281 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
1397 int ret = 1, misalign = 0, lengths_single = 0, aead = 0; local
1648 lengths_single = atoi(opt_arg());
1649 lengths = &lengths_single;
2610 multiblock_speed(evp_cipher, lengths_single, &seconds);
3615 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
3627 if (lengths_single) {
3628 mblengths = &lengths_single;
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 215 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
1968 int ret = 1, misalign = 0, lengths_single = 0; local
2253 lengths_single = opt_int_arg();
2254 lengths = &lengths_single;
3003 multiblock_speed(evp_cipher, lengths_single, &seconds);
5148 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
5161 if (lengths_single) {
5162 mblengths = &lengths_single;

Completed in 43 milliseconds