Lines Matching defs:output
20 * @dst_len: Size of the output buffer. It needs to be at least
53 * counterpart. In case of error, where output is not big
58 * In case of error, where output is not big enough,
60 * @max_size: Function returns the size of the output buffer
234 * kpp_request_set_output() - Sets output buffer
239 * @output: ptr to output scatter list
240 * @output_len: size of the output scatter list
243 struct scatterlist *output,
246 req->dst = output;
303 * The output of the requested length serves as the private key.
346 * crypto_kpp_maxsize() - Get len for output buffer
348 * Function returns the output buffer size required for a given key.