Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blake2s_init_param

Proto:static inline void blake2s_init_param(struct blake2s_state *state, const u32 param)

Type:void

Parameter:

TypeParameterName
struct blake2s_state *state
const u32param
52  * state = (struct blake2s_state){{BLAKE2S_IV0 ^ param, BLAKE2S_IV1, BLAKE2S_IV2, BLAKE2S_IV3, BLAKE2S_IV4, BLAKE2S_IV5, BLAKE2S_IV6, BLAKE2S_IV7, }}