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