Searched refs:lengths_single (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c281 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
1397 int ret = 1, misalign = 0, lengths_single = 0, aead = 0; local
1644 lengths_single = atoi(opt_arg());
1645 lengths = &lengths_single;
2606 multiblock_speed(evp_cipher, lengths_single, &seconds);
3611 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single, argument
3623 if (lengths_single) {
3624 mblengths = &lengths_single;

Completed in 100 milliseconds