/third_party/openssl/test/ |
D | asn1_time_test.c | 124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data); in test_table() 131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t); in test_table() 136 TEST_info("ASN1_TIME_diff(%s) to self failed", atime.data); in test_table() 140 TEST_info("ASN1_TIME_diff(%s) to self not equal", atime.data); in test_table() 145 TEST_info("ASN1_TIME_diff(%s) to baseline failed", atime.data); in test_table() 150 TEST_info("ASN1_TIME_diff(%s) to baseline bad comparison", atime.data); in test_table() 155 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data); in test_table() 161 TEST_info("ASN1_TIME_set(%ld) failed", (long)td->t); in test_table() 166 TEST_info("ASN1_TIME_set(%ld) compare failed (%s->%s)", in test_table() 171 TEST_info("ASN1_TIME_set(%ld) unexpected type", (long)td->t); in test_table() [all …]
|
D | ciphername_test.c | 391 TEST_info("test_cipher_name(std) failed: NULL input doesn't return \"(NONE)\"\n"); in test_cipher_name() 397 TEST_info("test_cipher_name(ossl) failed: NULL input doesn't return \"(NONE)\"\n"); in test_cipher_name() 403 TEST_info("test_cipher_name(ossl) failed: invalid input doesn't return \"(NONE)\"\n"); in test_cipher_name() 410 TEST_info("test_cipher_name failed: internal error\n"); in test_cipher_name() 415 TEST_info("test_cipher_name failed: internal error\n"); in test_cipher_name() 421 TEST_info("test_cipher_name failed: internal error\n"); in test_cipher_name() 427 TEST_info("test_cipher_name failed: internal error\n"); in test_cipher_name() 440 TEST_info("test_cipher_name failed: expected %s, got NULL, cipher %x\n", in test_cipher_name() 446 TEST_info("test_cipher_name(std) failed: expected %s, got %s, cipher %x\n", in test_cipher_name() 454 TEST_info("test_cipher_name(ossl) failed: expected %s, got %s, cipher %x\n", in test_cipher_name()
|
D | stack_test.c | 94 TEST_info("int stack size %d", i); in test_int_stack() 105 TEST_info("int value %d", i); in test_int_stack() 115 TEST_info("int unsorted find %d", i); in test_int_stack() 126 TEST_info("int unsorted find_ex %d", i); in test_int_stack() 142 TEST_info("int sorted find %d", i); in test_int_stack() 149 TEST_info("int sorted find_ex present %d", i); in test_int_stack() 154 TEST_info("int sorted find_ex absent %d", i); in test_int_stack() 189 TEST_info("uchar stack size %d", i); in test_uchar_stack() 206 TEST_info("uchar pop %d", i); in test_uchar_stack() 229 TEST_info("uchar insert %d", i); in test_uchar_stack() [all …]
|
D | asn1_string_table_test.c | 25 TEST_info("asn1 string table: ASN1_STRING_TABLE_get non-exist nid"); in test_string_tbl() 31 TEST_info("asn1 string table: add NID(%d) failed", nid); in test_string_tbl() 37 TEST_info("asn1 string table: add NID(%d) failed", nid2); in test_string_tbl() 43 TEST_info("asn1 string table: get NID(%d) failed", nid); in test_string_tbl() 49 TEST_info("asn1 string table: get NID(%d) failed", nid2); in test_string_tbl() 58 TEST_info("asn1 string table: get NID(%d) failed", nid); in test_string_tbl() 64 TEST_info("asn1 string table: get NID(%d) failed", nid2); in test_string_tbl()
|
D | enginetest.c | 31 TEST_info("#%d: id = \"%s\", name = \"%s\"", in display_engine_list() 71 TEST_info("Engines:"); in test_engines() 76 TEST_info("Engines:"); in test_engines() 83 TEST_info("Engines:"); in test_engines() 89 TEST_info("Engines:"); in test_engines() 94 TEST_info("Engines:"); in test_engines() 99 TEST_info("Engines:"); in test_engines() 114 TEST_info("Engines:"); in test_engines() 119 TEST_info("Engines:"); in test_engines() 132 TEST_info("Remove failed - probably no hardware support present"); in test_engines() [all …]
|
D | lhash_test.c | 93 TEST_info("int insert %d", i); in test_int_lhash() 104 TEST_info("lhash int retrieve value %d", i); in test_int_lhash() 109 TEST_info("lhash int retrieve address %d", i); in test_int_lhash() 130 TEST_info("lhash int doall %d", i); in test_int_lhash() 139 TEST_info("lhash int doall arg %d", i); in test_int_lhash() 147 TEST_info("lhash int delete %d", i); in test_int_lhash() 181 TEST_info("lhash stress out of memory %d", i); in test_stress() 192 TEST_info("hash full statistics:"); in test_stress() 202 TEST_info("lhash stress delete %d\n", i); in test_stress() 206 TEST_info("lhash stress bad value %d", i); in test_stress() [all …]
|
D | bio_enc_test.c | 64 TEST_info("Split encrypt failed @ operation %d", i); in do_bio_cipher() 73 TEST_info("Encrypt overstep check failed @ operation %d", i); in do_bio_cipher() 80 TEST_info("Encrypt compare failed @ operation %d", i); in do_bio_cipher() 91 TEST_info("Small chunk encrypt failed @ operation %d", i); in do_bio_cipher() 102 TEST_info("Small chunk encrypt compare failed @ operation %d", i); in do_bio_cipher() 127 TEST_info("Split decrypt failed @ operation %d", i); in do_bio_cipher() 136 TEST_info("Decrypt overstep check failed @ operation %d", i); in do_bio_cipher() 143 TEST_info("Decrypt compare failed @ operation %d", i); in do_bio_cipher() 154 TEST_info("Small chunk decrypt failed @ operation %d", i); in do_bio_cipher() 165 TEST_info("Small chunk decrypt compare failed @ operation %d", i); in do_bio_cipher()
|
D | tls13secretstest.c | 289 TEST_info("Early secret generation failed"); in test_handshake_secrets() 295 TEST_info("Early secret does not match"); in test_handshake_secrets() 301 TEST_info("Handshake secret generation failed"); in test_handshake_secrets() 321 TEST_info("Client handshake secret test failed"); in test_handshake_secrets() 336 TEST_info("Server handshake secret test failed"); in test_handshake_secrets() 349 TEST_info("Master secret generation failed"); in test_handshake_secrets() 355 TEST_info("Master secret does not match"); in test_handshake_secrets() 370 TEST_info("Client application data secret test failed"); in test_handshake_secrets() 385 TEST_info("Server application data secret test failed"); in test_handshake_secrets()
|
D | tls13encryptiontest.c | 299 TEST_info("Failed to get reference data"); in test_record() 335 TEST_info("Failed creating SSL_CTX"); in test_tls13_encryption() 341 TEST_info("Failed creating SSL"); in test_tls13_encryption() 355 TEST_info("Failed to find cipher"); in test_tls13_encryption() 383 TEST_info("Failed to encrypt record %zu", ctr); in test_tls13_encryption() 387 TEST_info("Record %zu encryption test failed", ctr); in test_tls13_encryption() 393 TEST_info("Failed to decrypt record %zu", ctr); in test_tls13_encryption() 397 TEST_info("Record %zu decryption test failed", ctr); in test_tls13_encryption()
|
D | dtls_mtu_test.c | 76 TEST_info("Channel established"); in mtu_test() 84 TEST_info("%s%s MTU for record mtu %d = %lu", in mtu_test() 88 TEST_info("Cipher %s MTU %d", cs, 500 + i); in mtu_test() 107 TEST_info("record %zu for payload %zu", reclen, s); in mtu_test() 176 TEST_info("%s OK", cipher_name); in run_mtu_tests() 183 TEST_info("%s without EtM OK", cipher_name); in run_mtu_tests()
|
D | danetest.c | 122 TEST_info("Certificate parsing error"); in STACK_OF() 129 TEST_info("Unknown chain file object %s", name); in STACK_OF() 266 TEST_info("bad TLSA %s field in: %s", f->name, rrdata); in tlsa_import_rr() 274 TEST_info("unusable TLSA rrdata: %s", rrdata); in tlsa_import_rr() 278 TEST_info("error loading TLSA rrdata: %s", rrdata); in tlsa_import_rr() 365 TEST_info("Verification failure in test %d: %d=%s", in test_tlsafile() 368 TEST_info("Unexpected error in test %d", testno); in test_tlsafile() 373 TEST_info("Verification failure in test %d: ok=0", testno); in test_tlsafile() 378 TEST_info("In test test %d", testno); in test_tlsafile()
|
D | srptest.c | 154 TEST_info("checking v"); in run_srp_kat() 173 TEST_info("checking B"); in run_srp_kat() 192 TEST_info("checking A"); in run_srp_kat() 212 TEST_info("checking client's key"); in run_srp_kat() 224 TEST_info("checking server's key"); in run_srp_kat() 254 TEST_info("run_srp: expecting a mismatch"); in run_srp_tests() 259 TEST_info("run_srp: expecting a match"); in run_srp_tests()
|
D | poly1305_internal_test.c | 1526 TEST_info("Poly1305 test #%d failed.", idx); in test_poly1305() 1537 TEST_info("Poly1305 test #%d/1+(N-1) failed.", idx); in test_poly1305() 1551 TEST_info("Poly1305 test #%d/2 failed.", idx); in test_poly1305() 1562 TEST_info("Poly1305 test #%d/%zu+%zu failed.", in test_poly1305()
|
D | secmemtest.c | 21 TEST_info("Secure memory is implemented."); in test_sec_mem() 74 TEST_info("Possible infinite loop: allocate more than available"); in test_sec_mem() 115 TEST_info("Possible infinite loop: 1<<31 limit"); in test_sec_mem() 130 TEST_info("Secure memory is *not* implemented."); in test_sec_mem()
|
D | ssl_test.c | 34 TEST_info("ExpectedResult mismatch: expected %s, got %s.", in check_result() 46 TEST_info("Client sent alert %s but server received %s.", in check_alerts() 65 TEST_info("Server sent alert %s but client received %s.", in check_alerts() 103 TEST_info("Client has protocol %s but server has %s.", in check_protocol() 112 TEST_info("Protocol mismatch: expected %s, got %s.\n", in check_protocol() 124 TEST_info("Client ServerName mismatch, expected %s, got %s.", in check_servername() 138 TEST_info("Client SessionTicketExpected mismatch, expected %s, got %s.", in check_session_ticket() 151 TEST_info("Client SessionIdExpected mismatch, expected %s, got %s\n.", in check_session_id() 270 TEST_info("%s: list mismatch", name); in check_ca_names()
|
D | time_offset_test.c | 80 TEST_info("ASN1_TIME_diff() failed for %s\n", at.data); in test_offset() 95 TEST_info("ASN1_TIME_diff() test failed for %s day=%d sec=%d\n", at.data, day, sec); in test_offset() 102 TEST_info("ASN1_UTCTIME_cmp_time_t() test failed for %s\n", at.data); in test_offset()
|
D | siphash_internal_test.c | 184 TEST_info("size %zu vs %d and %d", expectedlen, in test_siphash() 217 TEST_info("SipHash test #%d/1+(N-1) failed.", idx); in test_siphash() 234 TEST_info("SipHash test #%d/2 failed.", idx); in test_siphash() 248 TEST_info("SipHash test #%d/%zu+%zu failed.", in test_siphash()
|
D | asn1_internal_test.c | 44 TEST_info("asn1 tbl_standard: Table order OK"); in test_tbl_standard() 48 TEST_info("asn1 tbl_standard: out of order"); in test_tbl_standard() 97 TEST_info("asn1 standard methods: Table order OK"); in test_standard_methods()
|
D | x509_time_test.c | 269 TEST_info("test_x509_cmp_time(%d) failed: expected %d, got %d\n", in test_x509_cmp_time() 309 TEST_info("test_x509_time(%d) failed: internal error\n", idx); in test_x509_time() 317 TEST_info("test_x509_time(%d) failed: expected %d, got %d\n", in test_x509_time() 325 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", in test_x509_time() 336 TEST_info("test_x509_time(%d) failed: expected_string %s, got %.*s\n", in test_x509_time()
|
D | cipher_overhead_test.c | 35 TEST_info("Failed getting %s", ciph->name); in cipher_overhead() 38 TEST_info("Cipher %s: %zu %zu %zu %zu", in cipher_overhead()
|
D | evp_test.c | 307 TEST_info("Can't convert %s", value); in parse_bin() 1381 TEST_info("Invalid empty integer value"); in parse_uint64() 1834 TEST_info("Can't find private key: %s", priv); in keypair_test_init() 1839 TEST_info("Can't find public key: %s", pub); in keypair_test_init() 2007 TEST_info("Duplicate key %s", keygen->keyname); in keygen_test_run() 2374 TEST_info("%s:%d: Source of above error (%s); unexpected error %s", in check_test_error() 2377 TEST_info("%s:%d: Source of above error; unexpected error %s", in check_test_error() 2383 TEST_info("%s:%d: Succeeded but was expecting %s", in check_test_error() 2389 TEST_info("%s:%d: Expected %s got %s", in check_test_error() 2398 TEST_info("%s:%d: Test is missing function or reason code", in check_test_error() [all …]
|
D | casttest.c | 66 TEST_info("CAST_ENCRYPT iteration %d failed (len=%d)", z, k_len[z]); in cast_test_vector() 72 TEST_info("CAST_DECRYPT iteration %d failed (len=%d)", z, k_len[z]); in cast_test_vector()
|
D | ec_internal_test.c | 139 TEST_info("Testing EC_GFp_simple_method()\n"); in field_tests_ecp_simple() 147 TEST_info("Testing EC_GFp_mont_method()\n"); in field_tests_ecp_mont() 156 TEST_info("Testing EC_GF2m_simple_method()\n"); in field_tests_ec2_simple() 170 TEST_info("Testing curve %s\n", OBJ_nid2sn(nid)); in field_tests_default()
|
D | exptest.c | 171 TEST_info("simple and mont results differ"); in test_mod_exp() 173 TEST_info("simple and mont const time results differ"); in test_mod_exp() 175 TEST_info("simple and recp results differ"); in test_mod_exp()
|
/third_party/openssl/test/testutil/ |
D | stanza.c | 21 TEST_info("Reading %s", testfile); in test_start_file() 32 TEST_info("Completed %d tests with %d errors and %d skipped", in test_end_file() 94 TEST_info("Line %d too long", s->curr); in test_readstanza() 109 TEST_info("Missing = at line %d\n", s->curr); in test_readstanza() 114 TEST_info("Empty field at line %d\n", s->curr); in test_readstanza() 121 TEST_info("Starting \"%s\" tests at line %d", value, s->curr); in test_readstanza()
|