Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/demos/mac/
H A Dgmac.c47 static const unsigned char expected_output[] = { variable
127 if (out_len != sizeof(expected_output)) { in main()
132 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dsiphash.c36 static const unsigned char expected_output[] = { variable
111 if (out_len != sizeof(expected_output)) { in main()
116 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dcmac-aes256.c56 static const unsigned char expected_output[] = { variable
134 if (out_len != sizeof(expected_output)) { in main()
139 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dhmac-sha512.c60 static const unsigned char expected_output[] = { variable
145 if (out_len != sizeof(expected_output)) { in main()
150 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dpoly1305.c74 static const unsigned char expected_output[] = { variable
189 if (out_len != sizeof(expected_output)) { in main()
194 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
/netbsd-src/crypto/external/bsd/openssl/dist/demos/kdf/
H A Dpbkdf2.c46 static const unsigned char expected_output[] = { variable
106 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
H A Dscrypt.c48 static const unsigned char expected_output[] = { variable
109 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/
H A Drun_test.sh2 expected_output=$2
5 diff $test_log $expected_output
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dct_test.c126 const char *expected_output) in compare_sct_list_printout() argument
142 if (!TEST_str_eq(actual_output, expected_output)) in compare_sct_list_printout()
152 const char *expected_output) in compare_extension_printout() argument
168 if (!TEST_str_eq(actual_output, expected_output)) in compare_extension_printout()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dct_test.c127 const char *expected_output) in compare_sct_list_printout() argument
143 if (!TEST_str_eq(actual_output, expected_output)) in compare_sct_list_printout()
153 const char *expected_output) in compare_extension_printout() argument
173 if (!TEST_str_eq(actual_output, expected_output)) in compare_extension_printout()
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py79 self.expected_output = []
171 self.expected_output = result
184 self.expected_output)
201 for msg in self.expected_output:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c1914 assert_print_escaped_string (const location &loc, const char *expected_output, in assert_print_escaped_string() argument
1919 ASSERT_STREQ_AT (loc, expected_output, pp_formatted_text (&pp)); in assert_print_escaped_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc2183 assert_print_escaped_string (const location &loc, const char *expected_output, in assert_print_escaped_string() argument
2188 ASSERT_STREQ_AT (loc, expected_output, pp_formatted_text (&pp)); in assert_print_escaped_string()
H A Ddiagnostic-show-locus.cc3185 const char *expected_output = (extra_width[tabstop] ? output1 : output2); in test_layout_x_offset_display_tab() local
3186 ASSERT_STREQ (expected_output, pp_formatted_text (dc.printer)); in test_layout_x_offset_display_tab()