Home | History | Annotate | Download | only in fuzz

Lines Matching defs:out2

267  * @param[out] out2  Unused output parameter (reserved for future use).
270 void **out1, void **out2)
400 * @param[out] out2 Unused output parameter (reserved for future use).
407 void **out1, void **out2)
438 * @param[out] out2 Unused output parameter (reserved for future use).
444 void *key2, void **out1, void **out2)
478 * of `buf`, `len`, `out1`, and `out2` parameters is not clear from the
486 * @param out2 Unused parameter (purpose unclear).
489 void *key2, void **out1, void **out2)
544 * @param out2 Pointer to store the second output of the setup function.
546 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
556 * @param out2 Pointer to store the second output of the operation.
559 void **out1, void **out2);
567 * @param out2 Second output parameter to be cleaned up.
569 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
631 void *out1 = NULL, *out2 = NULL;
654 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
656 ops[operation].cleanup(in1, in2, out1, out2);