Searched refs:algos (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 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";
|
/third_party/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 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";
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 3050 * We check for certain algos in the null provider. in test_pkey_ctx_fail_without_provider() 3376 static const char *algos[4] = { in test_evp_bf_default_keylen() local 3385 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
|
Completed in 7 milliseconds