Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

Proto:static inline unsigned int crypto_aead_blocksize(struct crypto_aead *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_aead *tfm
242  Return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm))