HomeSort by: relevance | last modified time | path
    Searched refs:TEST_info (Results 1 - 25 of 220) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/crypto/external/apache2/openssl/dist/test/
asn1_string_table_test.c 25 TEST_info("asn1 string table: ASN1_STRING_TABLE_get non-exist nid");
31 TEST_info("asn1 string table: add NID(%d) failed", nid);
37 TEST_info("asn1 string table: add NID(%d) failed", nid2);
43 TEST_info("asn1 string table: get NID(%d) failed", nid);
49 TEST_info("asn1 string table: get NID(%d) failed", nid2);
58 TEST_info("asn1 string table: get NID(%d) failed", nid);
64 TEST_info("asn1 string table: get NID(%d) failed", nid2);
asn1_time_test.c 631 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
638 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t);
643 TEST_info("ASN1_TIME_diff(%s) to self failed", atime.data);
647 TEST_info("ASN1_TIME_diff(%s) to self not equal", atime.data);
652 TEST_info("ASN1_TIME_diff(%s) to baseline failed", atime.data);
655 TEST_info("ASN1_TIME_diff(%s) to baseline bad comparison", atime.data);
660 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data);
666 TEST_info("ASN1_TIME_set(%ld) failed", (long)td->t);
671 TEST_info("ASN1_TIME_set(%ld) compare failed (%s->%s)",
676 TEST_info("ASN1_TIME_set(%ld) unexpected type", (long)td->t)
    [all...]
byteorder_test.c 24 TEST_info("Failed byteorder.h u16 LE load/store");
35 TEST_info("Failed byteorder.h u16 BE load/store");
46 TEST_info("Failed byteorder.h u32 LE load/store");
57 TEST_info("Failed byteorder.h u32 BE load/store");
68 TEST_info("Failed byteorder.h u64 LE load/store");
79 TEST_info("Failed byteorder.h u64 BE load/store");
asn1_dsa_internal_test.c 99 TEST_info("asn1_dsa test_decode: t_dsa_sig failed");
110 TEST_info("asn1_dsa test_decode: t_dsa_sig_extra failed");
120 TEST_info("asn1_dsa test_decode: t_dsa_sig_msb failed");
130 TEST_info("asn1_dsa test_decode: t_dsa_sig_two failed");
137 TEST_info("asn1_dsa test_decode: Expected t_invalid_int_zero to fail");
145 TEST_info("asn1_dsa test_decode: Expected t_invalid_int to fail");
153 TEST_info("asn1_dsa test_decode: Expected t_neg_int to fail");
161 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_der");
169 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_seq");
stack_test.c 94 TEST_info("int stack size %d", i);
105 TEST_info("int value %d", i);
115 TEST_info("int unsorted find %d", i);
126 TEST_info("int unsorted find_ex %d", i);
142 TEST_info("int sorted find %d", i);
149 TEST_info("int sorted find_ex present %d", i);
154 TEST_info("int sorted find_ex absent %d", i);
189 TEST_info("uchar stack size %d", i);
210 TEST_info("uchar pop %d", i);
233 TEST_info("uchar insert %d", i)
    [all...]
cipher_overhead_test.c 48 TEST_info("Failed getting %s", ciph->name);
51 TEST_info("Cipher %s: %zu %zu %zu %zu",
time_offset_test.c 79 TEST_info("ASN1_TIME_diff() failed for %s\n", at.data);
94 TEST_info("ASN1_TIME_diff() test failed for %s day=%d sec=%d\n", at.data, day, sec);
101 TEST_info("ASN1_UTCTIME_cmp_time_t() test failed for %s\n", at.data);
  /src/crypto/external/bsd/openssl/dist/test/
asn1_string_table_test.c 25 TEST_info("asn1 string table: ASN1_STRING_TABLE_get non-exist nid");
31 TEST_info("asn1 string table: add NID(%d) failed", nid);
37 TEST_info("asn1 string table: add NID(%d) failed", nid2);
43 TEST_info("asn1 string table: get NID(%d) failed", nid);
49 TEST_info("asn1 string table: get NID(%d) failed", nid2);
58 TEST_info("asn1 string table: get NID(%d) failed", nid);
64 TEST_info("asn1 string table: get NID(%d) failed", nid2);
asn1_time_test.c 124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t);
136 TEST_info("ASN1_TIME_diff(%s) to self failed", atime.data);
140 TEST_info("ASN1_TIME_diff(%s) to self not equal", atime.data);
145 TEST_info("ASN1_TIME_diff(%s) to baseline failed", atime.data);
150 TEST_info("ASN1_TIME_diff(%s) to baseline bad comparison", atime.data);
155 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data);
161 TEST_info("ASN1_TIME_set(%ld) failed", (long)td->t);
166 TEST_info("ASN1_TIME_set(%ld) compare failed (%s->%s)",
171 TEST_info("ASN1_TIME_set(%ld) unexpected type", (long)td->t)
    [all...]
lhash_test.c 104 TEST_info("int insert %d", i);
115 TEST_info("lhash int retrieve value %d", i);
120 TEST_info("lhash int retrieve address %d", i);
141 TEST_info("lhash int doall encountered a not found condition");
146 TEST_info("lhash int doall %d", i);
155 TEST_info("lhash int doall arg encountered a not found condition");
160 TEST_info("lhash int doall arg %d", i);
168 TEST_info("lhash int delete %d", i);
202 TEST_info("lhash stress out of memory %d", i);
213 TEST_info("hash full statistics:")
    [all...]
asn1_dsa_internal_test.c 99 TEST_info("asn1_dsa test_decode: t_dsa_sig failed");
110 TEST_info("asn1_dsa test_decode: t_dsa_sig_extra failed");
120 TEST_info("asn1_dsa test_decode: t_dsa_sig_msb failed");
130 TEST_info("asn1_dsa test_decode: t_dsa_sig_two failed");
137 TEST_info("asn1_dsa test_decode: Expected t_invalid_int_zero to fail");
145 TEST_info("asn1_dsa test_decode: Expected t_invalid_int to fail");
153 TEST_info("asn1_dsa test_decode: Expected t_neg_int to fail");
161 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_der");
169 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_seq");
stack_test.c 94 TEST_info("int stack size %d", i);
105 TEST_info("int value %d", i);
115 TEST_info("int unsorted find %d", i);
126 TEST_info("int unsorted find_ex %d", i);
142 TEST_info("int sorted find %d", i);
149 TEST_info("int sorted find_ex present %d", i);
154 TEST_info("int sorted find_ex absent %d", i);
189 TEST_info("uchar stack size %d", i);
210 TEST_info("uchar pop %d", i);
233 TEST_info("uchar insert %d", i)
    [all...]
cipher_overhead_test.c 48 TEST_info("Failed getting %s", ciph->name);
51 TEST_info("Cipher %s: %zu %zu %zu %zu",
time_offset_test.c 80 TEST_info("ASN1_TIME_diff() failed for %s\n", at.data);
95 TEST_info("ASN1_TIME_diff() test failed for %s day=%d sec=%d\n", at.data, day, sec);
102 TEST_info("ASN1_UTCTIME_cmp_time_t() test failed for %s\n", at.data);
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_string_table_test.c 25 TEST_info("asn1 string table: ASN1_STRING_TABLE_get non-exist nid");
31 TEST_info("asn1 string table: add NID(%d) failed", nid);
37 TEST_info("asn1 string table: add NID(%d) failed", nid2);
43 TEST_info("asn1 string table: get NID(%d) failed", nid);
49 TEST_info("asn1 string table: get NID(%d) failed", nid2);
58 TEST_info("asn1 string table: get NID(%d) failed", nid);
64 TEST_info("asn1 string table: get NID(%d) failed", nid2);
asn1_time_test.c 124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t);
136 TEST_info("ASN1_TIME_diff(%s) to self failed", atime.data);
140 TEST_info("ASN1_TIME_diff(%s) to self not equal", atime.data);
145 TEST_info("ASN1_TIME_diff(%s) to baseline failed", atime.data);
150 TEST_info("ASN1_TIME_diff(%s) to baseline bad comparison", atime.data);
155 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data);
161 TEST_info("ASN1_TIME_set(%ld) failed", (long)td->t);
166 TEST_info("ASN1_TIME_set(%ld) compare failed (%s->%s)",
171 TEST_info("ASN1_TIME_set(%ld) unexpected type", (long)td->t)
    [all...]
cipher_overhead_test.c 35 TEST_info("Failed getting %s", ciph->name);
38 TEST_info("Cipher %s: %zu %zu %zu %zu",
lhash_test.c 93 TEST_info("int insert %d", i);
104 TEST_info("lhash int retrieve value %d", i);
109 TEST_info("lhash int retrieve address %d", i);
130 TEST_info("lhash int doall %d", i);
139 TEST_info("lhash int doall arg %d", i);
147 TEST_info("lhash int delete %d", i);
181 TEST_info("lhash stress out of memory %d", i);
192 TEST_info("hash full statistics:");
202 TEST_info("lhash stress delete %d\n", i);
206 TEST_info("lhash stress bad value %d", i)
    [all...]
stack_test.c 94 TEST_info("int stack size %d", i);
105 TEST_info("int value %d", i);
115 TEST_info("int unsorted find %d", i);
126 TEST_info("int unsorted find_ex %d", i);
142 TEST_info("int sorted find %d", i);
149 TEST_info("int sorted find_ex present %d", i);
154 TEST_info("int sorted find_ex absent %d", i);
189 TEST_info("uchar stack size %d", i);
206 TEST_info("uchar pop %d", i);
229 TEST_info("uchar insert %d", i)
    [all...]
enginetest.c 31 TEST_info("#%d: id = \"%s\", name = \"%s\"",
71 TEST_info("Engines:");
76 TEST_info("Engines:");
83 TEST_info("Engines:");
89 TEST_info("Engines:");
94 TEST_info("Engines:");
99 TEST_info("Engines:");
114 TEST_info("Engines:");
119 TEST_info("Engines:");
132 TEST_info("Remove failed - probably no hardware support present")
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/testutil/
apps_shims.c 26 TEST_info("Could not allocate %zu bytes for %s\n", sz, what);
stanza.c 21 TEST_info("Reading %s", testfile);
32 TEST_info("Completed %d tests with %d errors and %d skipped",
95 TEST_info("Line %d too long", s->curr);
110 TEST_info("Missing = at line %d\n", s->curr);
115 TEST_info("Empty field at line %d\n", s->curr);
122 TEST_info("Starting \"%s\" tests at line %d", value, s->curr);
  /src/crypto/external/bsd/openssl/dist/test/testutil/
apps_shims.c 26 TEST_info("Could not allocate %zu bytes for %s\n", sz, what);
stanza.c 21 TEST_info("Reading %s", testfile);
32 TEST_info("Completed %d tests with %d errors and %d skipped",
95 TEST_info("Line %d too long", s->curr);
110 TEST_info("Missing = at line %d\n", s->curr);
115 TEST_info("Empty field at line %d\n", s->curr);
122 TEST_info("Starting \"%s\" tests at line %d", value, s->curr);
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
stanza.c 21 TEST_info("Reading %s", testfile);
32 TEST_info("Completed %d tests with %d errors and %d skipped",
95 TEST_info("Line %d too long", s->curr);
110 TEST_info("Missing = at line %d\n", s->curr);
115 TEST_info("Empty field at line %d\n", s->curr);
122 TEST_info("Starting \"%s\" tests at line %d", value, s->curr);

Completed in 62 milliseconds

1 2 3 4 5 6 7 8 9