Home
last modified time | relevance | path

Searched refs:algos (Results 1 – 2 of 2) sorted by relevance

/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm62 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";
/openssl/test/
H A Devp_extra_test.c3995 static const char *algos[4] = { in test_evp_bf_default_keylen() local
4004 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()

Completed in 18 milliseconds