Function report |
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 activity | Download SCCT | Chinese |
Name:rypto_skcipher_chunksize() - obtain chunk size*@tfm: cipher handle* The block size is set to one for ciphers such as CTR. However,* you still need to provide incremental updates in multiples of* the underlying block size as the IV does not have sub-block
Proto:static inline unsigned int crypto_skcipher_chunksize(struct crypto_skcipher *tfm)
Type:unsigned int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct crypto_skcipher * | tfm |
| 303 | Return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(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 |