Function report |
Source Code:include\linux\crypto.h |
Create Date:2022-07-28 05:46:50 |
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_encrypt_one() - encrypt one block of plaintext*@tfm: cipher handle*@dst: points to the buffer that will be filled with the ciphertext*@src: buffer holding the plaintext to be encrypted* Invoke the encryption operation of one block
Proto:static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct crypto_cipher * | tfm | |
u8 * | dst | |
const u8 * | src |
906 | cit_encrypt_one(crypto_cipher_tfm(tfm), dst, src) |
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 |