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:crypto_sync_skcipher_ivsize

Proto:static inline unsigned int crypto_sync_skcipher_ivsize(struct crypto_sync_skcipher *tfm)

Type:unsigned int

Parameter:

TypeParameterName
struct crypto_sync_skcipher *tfm
264  Return rypto_skcipher_ivsize() - obtain IV size*@tfm: cipher handle* The size of the IV for the skcipher referenced by the cipher handle is* returned. This IV size may be zero if the cipher does not need an IV.* Return: IV size in bytes