Lines Matching defs:OpenSSL
1 # Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
8 package OpenSSL::Test::Simple;
21 OpenSSL::Test::Simple - a few very simple test functions
25 use OpenSSL::Test::Simple;
31 Sometimes, the functions in L<OpenSSL::Test> are quite tedious for some
37 use OpenSSL::Test;
38 use OpenSSL::Test::Utils;
49 use OpenSSL::Test::Simple;
68 plan skip_all => $algos[0]." is not supported by this OpenSSL build";
71 plan skip_all => join(", ", @algos)." and $last are not supported by this OpenSSL build";
82 L<OpenSSL::Test>