Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\policy_unpack.c Create Date:2022-07-28 19:52:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:strhash

Proto:static unsigned int strhash(const void *data, unsigned int len, unsigned int seed)

Type:unsigned int

Parameter:

TypeParameterName
const void *data
unsigned intlen
unsigned intseed
655  key = data
657  Return jhash - hash an arbitrary key*@k: sequence of bytes as key*@length: the length of the key*@initval: the previous hash, or an arbitray value* The generic version, hashes an arbitrary sequence of bytes.