Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct crypto_shash * | tfm |
739 | Return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |