Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rypto_shash_blocksize() - obtain block size for cipher*@tfm: cipher handle* The block size for the message digest cipher referenced with the cipher* handle is returned.* Return: block size of cipher

Proto:static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_shash *tfm
739  Return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm))