Searched refs:algos (Results 1 – 2 of 2) sorted by relevance
62 my ($name, $prgr, @algos) = @_;66 if (scalar(disabled(@algos))) {67 if (scalar(@algos) == 1) {68 plan skip_all => $algos[0]." is not supported by this OpenSSL build";70 my $last = pop @algos;71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
3995 static const char *algos[4] = { in test_evp_bf_default_keylen() local4004 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
Completed in 23 milliseconds