Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\crypto\kpp.h Create Date:2022-07-28 18:26:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kpp_request_set_output() - Sets output buffer* Sets parameters required by kpp operation*@req: kpp request*@output: ptr to output scatter list*@output_len: size of the output scatter list

Proto:static inline void kpp_request_set_output(struct kpp_request *req, struct scatterlist *output, unsigned int output_len)

Type:void

Parameter:

TypeParameterName
struct kpp_request *req
struct scatterlist *output
unsigned intoutput_len
244  dst = output
245  dst_len = output_len
Caller
NameDescribe
__keyctl_dh_compute