Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\unaligned\access_ok.h Create Date:2022-07-28 06:05:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:put_unaligned_le32

Proto:static __always_inline void put_unaligned_le32(u32 val, void *p)

Type:void

Parameter:

TypeParameterName
u32val
void *p
45  *p = cpu_to_le32(val)
Caller
NameDescribe
chacha_block_generichacha_block - generate one keystream block and increment block counter*@state: input state matrix (16 32-bit words)*@stream: output keystream block (64 bytes)*@nrounds: number of rounds (20 or 12; 20 is recommended)
aes_encryptaes_encrypt - Encrypt a single AES block*@ctx: Context struct containing the key schedule*@out: Buffer to store the ciphertext*@in: Buffer containing the plaintext
aes_decryptaes_decrypt - Decrypt a single AES block*@ctx: Context struct containing the key schedule*@out: Buffer to store the plaintext*@in: Buffer containing the ciphertext
des_encrypt
des_decrypt
des3_ede_encrypt
des3_ede_decrypt
poly1305_core_emit
poly1305_final_generic
lzo1x_1_do_compress