Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:2hex - convert binary data to an ascii hexadecimal string*@dst: ascii hexadecimal result*@src: binary data*@count: binary data length

Proto:char *bin2hex(char *dst, const void *src, size_t count)

Type:char

Parameter:

TypeParameterName
char *dst
const void *src
size_tcount
67  _src = src
69  When count-- cycle
70  dst = hex_byte_pack(dst, * _src++)
71  Return dst
Caller
NameDescribe
uefi_blacklist_hashBlacklist a hash.
entry_statusgeneric stuff