Home
last modified time | relevance | path

Searched refs:TEST_info (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/crypto/openssl/test/
H A Dasn1_time_test.c161 TEST_info("ASN1_TIME_set(%ld) failed", (long)td->t); in test_table()
181 TEST_info("ASN1_TIME_new() failed"); in test_table()
190 TEST_info("ASN1_TIME_normalize(%s) failed", td->data); in test_table()
213 TEST_info("ASN1_TIME_new() failed"); in test_table()
332 TEST_info("Internal error."); in test_time_dup()
338 TEST_info("Internal error."); in test_time_dup()
344 TEST_info("ASN1_TIME_dup() failed."); in test_time_dup()
355 TEST_info("ASN1_UTCTIME_dup() failed."); in test_time_dup()
366 TEST_info("ASN1_GENERALIZEDTIME_dup() failed."); in test_time_dup()
402 TEST_info("Adding negative-sign time_t tests"); in setup_tests()
[all …]
H A Dciphername_test.c391 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()
H A Dlhash_test.c104 TEST_info("int insert %d", i); in test_int_lhash()
115 TEST_info("lhash int retrieve value %d", i); in test_int_lhash()
120 TEST_info("lhash int retrieve address %d", i); in test_int_lhash()
146 TEST_info("lhash int doall %d", i); in test_int_lhash()
160 TEST_info("lhash int doall arg %d", i); in test_int_lhash()
168 TEST_info("lhash int delete %d", i); in test_int_lhash()
202 TEST_info("lhash stress out of memory %d", i); in test_stress()
213 TEST_info("hash full statistics:"); in test_stress()
223 TEST_info("lhash stress delete %d\n", i); in test_stress()
227 TEST_info("lhash stress bad value %d", i); in test_stress()
[all …]
H A Dstack_test.c94 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()
142 TEST_info("int sorted find %d", i); in test_int_stack()
189 TEST_info("uchar stack size %d", i); in test_uchar_stack()
210 TEST_info("uchar pop %d", i); in test_uchar_stack()
233 TEST_info("uchar insert %d", i); in test_uchar_stack()
247 TEST_info("uchar set %d", i); in test_uchar_stack()
289 TEST_info("SS stack size %d", i); in test_SS_stack()
316 TEST_info("SS deepcopy char %d", i); in test_SS_stack()
[all …]
H A Dasn1_string_table_test.c25 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()
H A Dasn1_dsa_internal_test.c99 TEST_info("asn1_dsa test_decode: t_dsa_sig failed"); in test_decode()
110 TEST_info("asn1_dsa test_decode: t_dsa_sig_extra failed"); in test_decode()
120 TEST_info("asn1_dsa test_decode: t_dsa_sig_msb failed"); in test_decode()
130 TEST_info("asn1_dsa test_decode: t_dsa_sig_two failed"); in test_decode()
137 TEST_info("asn1_dsa test_decode: Expected t_invalid_int_zero to fail"); in test_decode()
145 TEST_info("asn1_dsa test_decode: Expected t_invalid_int to fail"); in test_decode()
153 TEST_info("asn1_dsa test_decode: Expected t_neg_int to fail"); in test_decode()
161 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_der"); in test_decode()
169 TEST_info("asn1_dsa test_decode: Expected fail t_trunc_seq"); in test_decode()
H A Denginetest.c36 TEST_info("#%d: id = \"%s\", name = \"%s\"", in display_engine_list()
77 TEST_info("Engines:"); in test_engines()
82 TEST_info("Engines:"); in test_engines()
89 TEST_info("Engines:"); in test_engines()
95 TEST_info("Engines:"); in test_engines()
100 TEST_info("Engines:"); in test_engines()
105 TEST_info("Engines:"); in test_engines()
120 TEST_info("Engines:"); in test_engines()
125 TEST_info("Engines:"); in test_engines()
141 TEST_info("Engines:"); in test_engines()
[all …]
H A Dbio_enc_test.c71 TEST_info("Split encrypt failed @ operation %d", i); in do_bio_cipher()
83 TEST_info("Encrypt overstep check failed @ operation %d", i); in do_bio_cipher()
90 TEST_info("Encrypt compare failed @ operation %d", i); in do_bio_cipher()
103 TEST_info("Small chunk encrypt failed @ operation %d", i); in do_bio_cipher()
117 TEST_info("Small chunk encrypt compare failed @ operation %d", i); in do_bio_cipher()
149 TEST_info("Split decrypt failed @ operation %d", i); in do_bio_cipher()
161 TEST_info("Decrypt overstep check failed @ operation %d", i); in do_bio_cipher()
168 TEST_info("Decrypt compare failed @ operation %d", i); in do_bio_cipher()
181 TEST_info("Small chunk decrypt failed @ operation %d", i); in do_bio_cipher()
195 TEST_info("Small chunk decrypt compare failed @ operation %d", i); in do_bio_cipher()
H A Dtls13secretstest.c297 TEST_info("Early secret generation failed"); in test_handshake_secrets()
303 TEST_info("Early secret does not match"); in test_handshake_secrets()
309 TEST_info("Handshake secret generation failed"); in test_handshake_secrets()
329 TEST_info("Client handshake secret test failed"); in test_handshake_secrets()
344 TEST_info("Server handshake secret test failed"); in test_handshake_secrets()
357 TEST_info("Master secret generation failed"); in test_handshake_secrets()
363 TEST_info("Master secret does not match"); in test_handshake_secrets()
378 TEST_info("Client application data secret test failed"); in test_handshake_secrets()
393 TEST_info("Server application data secret test failed"); in test_handshake_secrets()
H A Dendecoder_legacy_test.c349 TEST_info("decoded_provided_pkey:"); in test_protected_PEM()
351 TEST_info("decoded_legacy_pkey:"); in test_protected_PEM()
416 TEST_info("decoded_provided_pkey:"); in test_unprotected_PEM()
418 TEST_info("decoded_legacy_pkey:"); in test_unprotected_PEM()
487 TEST_info("decoded_provided_pkey:"); in test_DER()
489 TEST_info("decoded_legacy_pkey:"); in test_DER()
648 TEST_info("Test OSSL_ENCODER against i2d_{TYPE}params for %s, %s", in test_key()
665 TEST_info("Test OSSL_ENCODER against i2d_{TYPE}_PUBKEY for %s, %s", in test_key()
694 TEST_info("Generating keys..."); in OPT_TEST_DECLARE_USAGE()
713 TEST_info("Generating %s key...", keys[i].keytype); in OPT_TEST_DECLARE_USAGE()
[all …]
H A Dtls13encryptiontest.c288 TEST_info("Failed to get reference data"); in test_record()
324 TEST_info("Failed creating SSL_CTX"); in test_tls13_encryption()
330 TEST_info("Failed creating SSL"); in test_tls13_encryption()
344 TEST_info("Failed to find cipher"); in test_tls13_encryption()
372 TEST_info("Failed to encrypt record %zu", ctr); in test_tls13_encryption()
376 TEST_info("Record %zu encryption test failed", ctr); in test_tls13_encryption()
382 TEST_info("Failed to decrypt record %zu", ctr); in test_tls13_encryption()
386 TEST_info("Record %zu decryption test failed", ctr); in test_tls13_encryption()
H A Dparams_conversion_test.c63 TEST_info("Line %d: multiple type lines", s->curr); in param_conversion_load_stanza()
68 TEST_info("Line %d: unknown type line", s->curr); in param_conversion_load_stanza()
73 TEST_info("Line %d: multiple int32 lines", s->curr); in param_conversion_load_stanza()
82 TEST_info("Line %d: multiple int64 lines", s->curr); in param_conversion_load_stanza()
91 TEST_info("Line %d: multiple uint32 lines", s->curr); in param_conversion_load_stanza()
100 TEST_info("Line %d: multiple uint64 lines", s->curr); in param_conversion_load_stanza()
109 TEST_info("Line %d: multiple double lines", s->curr); in param_conversion_load_stanza()
117 TEST_info("Line %d: unknown keyword %s", s->curr, pp->key); in param_conversion_load_stanza()
121 TEST_info("Line %d: extra characters at end '%s' for %s", in param_conversion_load_stanza()
128 TEST_info("Line %d: type not found", s->curr); in param_conversion_load_stanza()
H A Ddanetest.c119 TEST_info("Certificate parsing error"); in STACK_OF()
126 TEST_info("Unknown chain file object %s", name); in STACK_OF()
263 TEST_info("bad TLSA %s field in: %s", f->name, rrdata); in tlsa_import_rr()
271 TEST_info("unusable TLSA rrdata: %s", rrdata); in tlsa_import_rr()
275 TEST_info("error loading TLSA rrdata: %s", rrdata); in tlsa_import_rr()
362 TEST_info("Verification failure in test %d: %d=%s", in test_tlsafile()
365 TEST_info("Unexpected error in test %d", testno); in test_tlsafile()
370 TEST_info("Verification failure in test %d: ok=0", testno); in test_tlsafile()
375 TEST_info("In test test %d", testno); in test_tlsafile()
H A Ddtls_mtu_test.c76 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()
H A Dsrptest.c160 TEST_info("checking v"); in run_srp_kat()
179 TEST_info("checking B"); in run_srp_kat()
198 TEST_info("checking A"); in run_srp_kat()
218 TEST_info("checking client's key"); in run_srp_kat()
230 TEST_info("checking server's key"); in run_srp_kat()
260 TEST_info("run_srp: expecting a mismatch"); in run_srp_tests()
265 TEST_info("run_srp: expecting a match"); in run_srp_tests()
H A Dalgorithmid_test.c62 TEST_info("The public key found in '%s' doesn't have provider support." in test_spki_aid()
70 TEST_info("The AlgorithmID key type (%s) for the public key found in" in test_spki_aid()
80 TEST_info("The %s provider keymgmt appears to lack support for algorithm-id." in test_spki_aid()
141 TEST_info("The '%s' pubkey can't be used to verify the '%s' signature", in test_x509_sig_aid()
143 TEST_info("Signature algorithm is %s (pkey type %s, hash type %s)", in test_x509_sig_aid()
145 TEST_info("Pkey key type is %s", EVP_PKEY_get0_type_name(pkey)); in test_x509_sig_aid()
156 TEST_info("Couldn't initialize a DigestVerify operation with " in test_x509_sig_aid()
164 TEST_info("The %s provider keymgmt appears to lack support for algorithm-id" in test_x509_sig_aid()
H A Dpoly1305_internal_test.c1525 TEST_info("Poly1305 test #%d failed.", idx); in test_poly1305()
1536 TEST_info("Poly1305 test #%d/1+(N-1) failed.", idx); in test_poly1305()
1550 TEST_info("Poly1305 test #%d/2 failed.", idx); in test_poly1305()
1561 TEST_info("Poly1305 test #%d/%zu+%zu failed.", in test_poly1305()
H A Dsecmemtest.c21 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()
H A Dtime_offset_test.c80 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()
H A Devp_test.c314 TEST_info("Can't convert %s", value); in parse_bin()
347 TEST_info("skipping, '%s' is disabled", alg); in digest_test_init()
362 TEST_info("%s is fetched", alg); in digest_test_init()
557 TEST_info("skipping, '%s' is disabled", alg); in cipher_test_init()
590 TEST_info("%s is fetched", alg); in cipher_test_init()
1164 TEST_info("skipping, '%s' is disabled", alg); in mac_test_init()
2080 TEST_info("Invalid empty integer value"); in parse_uint64()
2797 TEST_info("skipping, '%s' is disabled", p); in kdf_test_ctrl()
3000 TEST_info("Can't find public key: %s", pub); in keypair_test_init()
3555 TEST_info("%s:%d: Expected %s got %s", in check_test_error()
[all …]
H A Dsiphash_internal_test.c183 TEST_info("size %zu vs %d and %d", expectedlen, in test_siphash()
216 TEST_info("SipHash test #%d/1+(N-1) failed.", idx); in test_siphash()
233 TEST_info("SipHash test #%d/2 failed.", idx); in test_siphash()
247 TEST_info("SipHash test #%d/%zu+%zu failed.", in test_siphash()
H A Dssl_test.c37 TEST_info("ExpectedResult mismatch: expected %s, got %s.", in check_result()
49 TEST_info("Client sent alert %s but server received %s.", in check_alerts()
68 TEST_info("Server sent alert %s but client received %s.", in check_alerts()
106 TEST_info("Client has protocol %s but server has %s.", in check_protocol()
115 TEST_info("Protocol mismatch: expected %s, got %s.\n", in check_protocol()
127 TEST_info("Client ServerName mismatch, expected %s, got %s.", in check_servername()
141 TEST_info("Client SessionTicketExpected mismatch, expected %s, got %s.", in check_session_ticket()
154 TEST_info("Client SessionIdExpected mismatch, expected %s, got %s\n.", in check_session_id()
273 TEST_info("%s: list mismatch", name); in check_ca_names()
H A Dprovider_internal_test.c36 TEST_info("Got this greeting: %s\n", greeting); in test_provider()
126 TEST_info("%s provider is available\n", provname); in test_cache_flushes()
128 TEST_info("%s provider is not available\n", provname); in test_cache_flushes()
H A Dasn1_internal_test.c50 TEST_info("asn1 tbl_standard: Table order OK"); in test_tbl_standard()
54 TEST_info("asn1 tbl_standard: out of order"); in test_tbl_standard()
103 TEST_info("asn1 standard methods: Table order OK"); in test_standard_methods()
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c21 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()
95 TEST_info("Line %d too long", s->curr); in test_readstanza()
110 TEST_info("Missing = at line %d\n", s->curr); in test_readstanza()
115 TEST_info("Empty field at line %d\n", s->curr); in test_readstanza()
122 TEST_info("Starting \"%s\" tests at line %d", value, s->curr); in test_readstanza()

123