函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bitops.h Create Date:2022-07-27 06:38:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:r32 - rotate a 32-bit value right*@word: value to rotate*@shift: bits to roll

函数原型:static inline __u32 ror32(__u32 word, unsigned int shift)

返回类型:__u32

参数:

类型参数名称
__u32word
unsigned intshift
112  返回:word右移shift按位与31的值位按位或word左移负shift按位与31的值位
调用者
名称描述
mix_columns
inv_mix_columns
aes_expandkeyaes_expandkey - Expands the AES key as described in FIPS-197*@ctx: The location where the computed key will be stored.*@in_key: The supplied key.*@key_len: The length of the supplied key.* Returns 0 on success
csum_block_add