Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct crypto_cipher * | tfm |
846 | Return crypto_tfm_alg_blocksize(crypto_cipher_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 |