Lines Matching defs:output
1223 static unsigned char output[] = {
1229 unsigned char result[sizeof(output)] = { 0 };
1246 && TEST_mem_eq(result, sizeof(result), output, sizeof(output));
1265 static unsigned char output[] = {
1273 unsigned char result[sizeof(output)] = { 0 };
1290 && TEST_mem_eq(result, sizeof(result), output, sizeof(output));
1329 static unsigned char output[] = {
1333 unsigned char result[sizeof(output)] = { 0 };
1350 && TEST_mem_eq(result, sizeof(result), output, sizeof(output));