Lines Matching refs:output
50 unsigned char output[100];
53 memset(output, 0x00, 100);
60 output) == 0);
62 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, 16, dst->len) == 0);
74 unsigned char output[100];
77 memset(output, 0x00, 100);
84 output) == 0);
86 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, 16, dst->len) == 0);
98 unsigned char output[100];
101 memset(output, 0x00, 100);
107 src_str->x, output) == cbc_result);
110 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, src_str->len,
124 unsigned char output[100];
127 memset(output, 0x00, 100);
133 src_str->x, output) == cbc_result);
136 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, src_str->len,
149 unsigned char output[100];
153 memset(output, 0x00, 100);
159 iv_str->x, src_str->x, output) == 0);
161 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, 16, dst->len) == 0);
173 unsigned char output[100];
177 memset(output, 0x00, 100);
183 iv_str->x, src_str->x, output) == 0);
185 TEST_ASSERT(mbedtls_test_hexcmp(output, dst->x, 16, dst->len) == 0);