Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\blake2s-generic.c Create Date:2022-07-28 06:44:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blake2s_increment_counter

Proto:static inline void blake2s_increment_counter(struct blake2s_state *state, const u32 inc)

Type:void

Parameter:

TypeParameterName
struct blake2s_state *state
const u32inc
36  t[0] += inc
37  t[1] += t[0] < inc
Caller
NameDescribe
blake2s_compress_generic