Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rypto_cipher_blocksize() - obtain block size for cipher*@tfm: cipher handle* The block size for the single block cipher referenced with the cipher handle* tfm is returned

Proto:static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_cipher *tfm
846  Return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm))