Lines Matching refs:output
51 uint8_t output[PSA_HASH_MAX_SIZE] = { 0 };
60 output, sizeof(output), &length));
63 output, sizeof(output)));
82 uint8_t output[PSA_MAC_MAX_SIZE] = { 0 };
103 output, sizeof(output), &length));
107 output, sizeof(output)));
128 uint8_t output[64] = { 0 };
149 output, sizeof(output), &length));
153 output, sizeof(output), &length));
174 uint8_t output[64] = { 0 };
196 output, sizeof(output), &length));
201 output, sizeof(output), &length));
222 uint8_t output[PSA_SIGNATURE_MAX_SIZE] = { 0 };
246 output, sizeof(output), &length));
259 size_t output_length = sizeof(output);
265 TEST_ASSERT(output_length <= sizeof(output));
269 output, output_length));
274 output, output_length));
363 uint8_t output[PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE] = { 0 };
386 output, sizeof(output), &length));