Home
last modified time | relevance | path

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

/openssl/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()
/openssl/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()
H A Dargon2.c68 static const unsigned char expected_output[] = { variable
143 if (CRYPTO_memcmp(expected_output, out, sizeof(expected_output)) != 0) { in main()
/openssl/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()
H A Djson_test.c76 const char *expected_output; member
665 info->expected_output, in run_script()
667 ? strlen(info->expected_output) in run_script()

Completed in 27 milliseconds