Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rypto_kpp_maxsize() - Get len for output buffer* Function returns the output buffer size required for a given key

Proto:static inline unsigned int crypto_kpp_maxsize(struct crypto_kpp *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_kpp *tfm
355  alg = crypto_kpp_alg(tfm)
357  Return max_size(tfm)
Caller
NameDescribe
__keyctl_dh_compute