Lines Matching defs:output
24 * @dst_len: Size of the output buffer. It needs to be at least
75 * counterpart. In case of error, where output is not big
80 * In case of error, where output is not big enough,
82 * @max_size: Function returns the size of the output buffer
260 * kpp_request_set_output() - Sets output buffer
265 * @output: ptr to output scatter list
266 * @output_len: size of the output scatter list
269 struct scatterlist *output,
272 req->dst = output;
347 * The output of the requested length serves as the private key.
386 * crypto_kpp_maxsize() - Get len for output buffer
388 * Function returns the output buffer size required for a given key.