Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rypto_skcipher_chunksize() - obtain chunk size*@tfm: cipher handle* The block size is set to one for ciphers such as CTR. However,* you still need to provide incremental updates in multiples of* the underlying block size as the IV does not have sub-block

Proto:static inline unsigned int crypto_skcipher_chunksize(struct crypto_skcipher *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_skcipher *tfm
303  Return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm))