Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kpp_request_alloc() - allocates kpp request*@tfm: KPP tfm handle allocated with crypto_alloc_kpp()*@gfp: allocation flags* Return: allocated handle in case of success or NULL in case of an error.

Proto:static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, gfp_t gfp)

Type:struct kpp_request

Parameter:

TypeParameterName
struct crypto_kpp *tfm
gfp_tgfp
176  req = Allocation memory
177  If Value is more likely to compile time(req) Then kpp_request_set_tfm(req, tfm)
180  Return req
Caller
NameDescribe
__keyctl_dh_compute